Content-Length: 256707 | pFad | http://github.com/postgrespro/postgres/commit/42b5856038a5af6bb4ec3c09b62d9d9a3ab43172

4F Fix pg_dump version comparison · postgrespro/postgres@42b5856 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/42b5856038a5af6bb4ec3c09b62d9d9a3ab43172

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy