Skip to content

Commit 2e6602d

Browse files
committed
pg_update: slight major version adjustment
1 parent 4456763 commit 2e6602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ check_and_dump_old_cluster(bool live_check, char **sequence_script_file_name)
123123
}
124124

125125
/* Pre-PG 9.4 had a different 'line' data type internal format */
126-
if (GET_MAJOR_VERSION(old_cluster.major_version) < 904)
126+
if (GET_MAJOR_VERSION(old_cluster.major_version) <= 903)
127127
old_9_3_check_for_line_data_type_usage(&old_cluster);
128128

129129
/* Pre-PG 9.0 had no large object permissions */

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