Content-Length: 254845 | pFad | http://github.com/postgrespro/postgres/commit/4456763c78d2a94c42e67ce788fbe94a07aa12dc

DF Fix version check for pg_upgrade line type crosscheck. · postgrespro/postgres@4456763 · GitHub
Skip to content

Commit 4456763

Browse files
committed
Fix version check for pg_upgrade line type crosscheck.
Per buildfarm.
1 parent bb797b6 commit 4456763

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) < 904)
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)








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/4456763c78d2a94c42e67ce788fbe94a07aa12dc

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy