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

Commitdfe18f1

Browse files
committed
Fix a couple more missing "static" markers.
1 parent775464e commitdfe18f1

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+
staticvoid
456456
check_for_isn_and_int8_passing_mismatch(ClusterInfo*cluster)
457457
{
458458
intdbnum;
@@ -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+
staticvoid
550550
check_for_reg_data_type_usage(ClusterInfo*cluster)
551551
{
552552
intdbnum;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp