mirror of
https://github.com/postgres/postgres.git
synced 2026-04-03 16:26:40 -04:00
Fix typo
This commit is contained in:
parent
2a5862f013
commit
2592be8be5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue