Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c5c41b

Browse files
committed
Remove unnecessary resetPQExpBuffer call
Oversight in e2c52be. Author: Julien Rouhaud <rjuju123@gmail.com> Reviewed-by: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/20220209025007.eogz2aivcnvw46ym%40jrouhaud
1 parent b9a3139 commit 4c5c41b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6524,8 +6524,6 @@ getIndexes(Archive *fout, TableInfo tblinfo[], int numTables)
65246524
}
65256525
appendPQExpBufferChar(tbloids, '}');
65266526

6527-
resetPQExpBuffer(query);
6528-
65296527
appendPQExpBuffer(query,
65306528
"SELECT t.tableoid, t.oid, i.indrelid, "
65316529
"t.relname AS indexname, "

0 commit comments

Comments
 (0)