aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-01-29 09:43:21 +0100
committerPeter Eisentraut <peter@eisentraut.org>2021-01-29 09:43:21 +0100
commit2592be8be5aed6448a1e2b386fffd75ad69eb6c5 (patch)
tree54282bb69342b8dc97ca7d294680807a2adc68bc /src
parent2a5862f013647dd185de3e1b496fd4f614d12f0e (diff)
downloadpostgresql-2592be8be5aed6448a1e2b386fffd75ad69eb6c5.tar.gz
postgresql-2592be8be5aed6448a1e2b386fffd75ad69eb6c5.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 798d14580e6..39da742e32c 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -290,7 +290,7 @@ static const char *fmtCopyColumnList(const TableInfo *ti, PQExpBuffer buffer);
static bool nonemptyReloptions(const char *reloptions);
static void appendIndexCollationVersion(PQExpBuffer buffer, IndxInfo *indxinfo,
int enc, bool coll_unknown,
- Archive *fount);
+ Archive *fout);
static void appendReloptionsArrayAH(PQExpBuffer buffer, const char *reloptions,
const char *prefix, Archive *fout);
static char *get_synchronized_snapshot(Archive *fout);