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

Commit42b5856

Browse files
committed
Fix pg_dump version comparison
I missed a '0' in the version number string ...Per buildfarm member crake.
1 parent189d0ff commit42b5856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ getIndexes(Archive *fout, TableInfo tblinfo[], int numTables)
65656565
* is not.
65666566
*/
65676567
resetPQExpBuffer(query);
6568-
if (fout->remoteVersion >=11000)
6568+
if (fout->remoteVersion >=110000)
65696569
{
65706570
appendPQExpBuffer(query,
65716571
"SELECT t.tableoid, t.oid, "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp