projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9d6fc
)
Initialize foreign table specific variables to suppress compiler's warning.
author
Shigeru Hanada
<
[email protected]
>
Tue, 28 Sep 2010 11:11:59 +0000
(20:11 +0900)
committer
Shigeru Hanada
<
[email protected]
>
Wed, 6 Oct 2010 10:19:00 +0000
(19:19 +0900)
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 be43afd9a453311a42ab70c965476e09de1c6b64..24a420b6c442840c729b030410bed05adf2ac824 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-11018,7
+11018,11
@@
dumpTableSchema(Archive *fout, TableInfo *tbinfo)
PQclear(res);
}
else
+ {
reltypename = "TABLE";
+ srvname = NULL;
+ ftoptions = NULL;
+ }
numParents = tbinfo->numParents;
parents = tbinfo->parents;