projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5862f
)
Fix typo
author
Peter Eisentraut
<
[email protected]
>
Fri, 29 Jan 2021 08:43:21 +0000
(09:43 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 29 Jan 2021 08:43:21 +0000
(09:43 +0100)
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 798d14580e6d1b63878e797389863c25f42bf788..39da742e32c601c5fa007a3f4c574a48052cb980 100644
(file)
--- 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 *fou
n
t);
+ Archive *fout);
static void appendReloptionsArrayAH(PQExpBuffer buffer, const char *reloptions,
const char *prefix, Archive *fout);
static char *get_synchronized_snapshot(Archive *fout);