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

Commit2e6602d

Browse files
committed
pg_update: slight major version adjustment
1 parent4456763 commit2e6602d

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)

[8]ページ先頭

©2009-2025 Movatter.jp