Fix typo
authorPeter Eisentraut <[email protected]>
Fri, 29 Jan 2021 08:43:21 +0000 (09:43 +0100)
committerPeter Eisentraut <[email protected]>
Fri, 29 Jan 2021 08:43:21 +0000 (09:43 +0100)
src/bin/pg_dump/pg_dump.c

index 798d14580e6d1b63878e797389863c25f42bf788..39da742e32c601c5fa007a3f4c574a48052cb980 100644 (file)
@@ -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);