Skip to content

Commit 42b5856

Browse files
committed
Fix pg_dump version comparison
I missed a '0' in the version number string ... Per buildfarm member crake.
1 parent 189d0ff commit 42b5856

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy