Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775464e commit dfe18f1Copy full SHA for dfe18f1
contrib/pg_upgrade/check.c
@@ -452,7 +452,7 @@ create_script_for_old_cluster_deletion(
452
* by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
453
* it must match for the old and new servers.
454
*/
455
-void
+static void
456
check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
457
{
458
int dbnum;
@@ -546,7 +546,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
546
* not preserved, and hence these data types cannot be used in user
547
* tables upgraded by pg_upgrade.
548
549
550
check_for_reg_data_type_usage(ClusterInfo *cluster)
551
552
0 commit comments