Commit dfe18f18 authored by Tom Lane's avatar Tom Lane

Fix a couple more missing "static" markers.

parent 775464e8
...@@ -452,7 +452,7 @@ create_script_for_old_cluster_deletion( ...@@ -452,7 +452,7 @@ create_script_for_old_cluster_deletion(
* by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so * by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
* it must match for the old and new servers. * it must match for the old and new servers.
*/ */
void static void
check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster) check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
{ {
int dbnum; int dbnum;
...@@ -546,7 +546,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster) ...@@ -546,7 +546,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
* not preserved, and hence these data types cannot be used in user * not preserved, and hence these data types cannot be used in user
* tables upgraded by pg_upgrade. * tables upgraded by pg_upgrade.
*/ */
void static void
check_for_reg_data_type_usage(ClusterInfo *cluster) check_for_reg_data_type_usage(ClusterInfo *cluster)
{ {
int dbnum; int dbnum;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment