diff options
-rw-r--r-- | src/bin/pg_dump/pg_dump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 3499c0a4d5b..3b4b63d8971 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -6524,8 +6524,6 @@ getIndexes(Archive *fout, TableInfo tblinfo[], int numTables) } appendPQExpBufferChar(tbloids, '}'); - resetPQExpBuffer(query); - appendPQExpBuffer(query, "SELECT t.tableoid, t.oid, i.indrelid, " "t.relname AS indexname, " |