mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Remove unnecessary resetPQExpBuffer call
Oversight in e2c52beecd.
Author: Julien Rouhaud <rjuju123@gmail.com>
Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20220209025007.eogz2aivcnvw46ym%40jrouhaud
This commit is contained in:
parent
b9a3139397
commit
4c5c41b4d9
1 changed files with 0 additions and 2 deletions
|
|
@ -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, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue