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

Commit625b237

Browse files
committed
Fix pg_dump against 9.1/9.2 servers.
The parallel pg_dump patch forgot to add relpages column to 9.1/9.2 versionof the getTables() query.Reported by Bernd Helmle.
1 parent901b89e commit625b237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4300,6 +4300,7 @@ getTables(Archive *fout, int *numTables)
43004300
"c.relfrozenxid, tc.oid AS toid, "
43014301
"tc.relfrozenxid AS tfrozenxid, "
43024302
"c.relpersistence, 't'::bool as isscannable, "
4303+
"c.relpages, "
43034304
"CASE WHEN c.reloftype <> 0 THEN c.reloftype::pg_catalog.regtype ELSE NULL END AS reloftype, "
43044305
"d.refobjid AS owning_tab, "
43054306
"d.refobjsubid AS owning_col, "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp