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

Lines changed: 2 additions & 2 deletions
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)
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