Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c5c41b

Browse files
committed
Remove unnecessary resetPQExpBuffer call
Oversight ine2c52be.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 parentb9a3139 commit4c5c41b

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)

[8]ページ先頭

©2009-2025 Movatter.jp