Skip to content

Commit 2592be8

Browse files
committed
Fix typo
1 parent 2a5862f commit 2592be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static const char *fmtCopyColumnList(const TableInfo *ti, PQExpBuffer buffer);
290290
static bool nonemptyReloptions(const char *reloptions);
291291
static void appendIndexCollationVersion(PQExpBuffer buffer, IndxInfo *indxinfo,
292292
int enc, bool coll_unknown,
293-
Archive *fount);
293+
Archive *fout);
294294
static void appendReloptionsArrayAH(PQExpBuffer buffer, const char *reloptions,
295295
const char *prefix, Archive *fout);
296296
static char *get_synchronized_snapshot(Archive *fout);

0 commit comments

Comments
 (0)