Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dfe18f1

Browse files
committed
Fix a couple more missing "static" markers.
1 parent 775464e commit dfe18f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_upgrade/check.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ create_script_for_old_cluster_deletion(
452452
* by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
453453
* it must match for the old and new servers.
454454
*/
455-
void
455+
static void
456456
check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
457457
{
458458
int dbnum;
@@ -546,7 +546,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
546546
* not preserved, and hence these data types cannot be used in user
547547
* tables upgraded by pg_upgrade.
548548
*/
549-
void
549+
static void
550550
check_for_reg_data_type_usage(ClusterInfo *cluster)
551551
{
552552
int dbnum;

0 commit comments

Comments
 (0)