Content-Length: 269207 | pFad | http://github.com/postgrespro/postgres/commit/aa7cf3eef4aa994cca086c091782c322f7c416b2
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1998261 commit aa7cf3eCopy full SHA for aa7cf3e
src/bin/pg_dump/pg_dump.c
@@ -6596,7 +6596,7 @@ getTransforms(Archive *fout, int *numTransforms)
6596
PGresult *res;
6597
int ntups;
6598
int i;
6599
- PQExpBuffer query = createPQExpBuffer();
+ PQExpBuffer query;
6600
TransformInfo *transforminfo;
6601
int i_tableoid;
6602
int i_oid;
@@ -6612,6 +6612,8 @@ getTransforms(Archive *fout, int *numTransforms)
6612
return NULL;
6613
}
6614
6615
+ query = createPQExpBuffer();
6616
+
6617
/* Make sure we are in proper schema */
6618
selectSourceSchema(fout, "pg_catalog");
6619
Fetched URL: http://github.com/postgrespro/postgres/commit/aa7cf3eef4aa994cca086c091782c322f7c416b2
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments