pull/61/head
Peter Eisentraut 5 years ago
parent 2a5862f013
commit 2592be8be5
  1. 2
      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 bool nonemptyReloptions(const char *reloptions);
static void appendIndexCollationVersion(PQExpBuffer buffer, IndxInfo *indxinfo, static void appendIndexCollationVersion(PQExpBuffer buffer, IndxInfo *indxinfo,
int enc, bool coll_unknown, int enc, bool coll_unknown,
Archive *fount); Archive *fout);
static void appendReloptionsArrayAH(PQExpBuffer buffer, const char *reloptions, static void appendReloptionsArrayAH(PQExpBuffer buffer, const char *reloptions,
const char *prefix, Archive *fout); const char *prefix, Archive *fout);
static char *get_synchronized_snapshot(Archive *fout); static char *get_synchronized_snapshot(Archive *fout);

Loading…
Cancel
Save