mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03: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:
@ -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, "
|
||||
|
Reference in New Issue
Block a user