projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775464e
)
Fix a couple more missing "static" markers.
author
Tom Lane
<
[email protected]
>
Mon, 7 Mar 2011 01:14:01 +0000
(20:14 -0500)
committer
Tom Lane
<
[email protected]
>
Mon, 7 Mar 2011 01:14:01 +0000
(20:14 -0500)
contrib/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/check.c
b/contrib/pg_upgrade/check.c
index 2e6400e4cc555ecbc93934cdbdd3e66f8d6aaf25..9ef63ec2c9dc802e85efb3c72a5b6d9749eabad9 100644
(file)
--- a/
contrib/pg_upgrade/check.c
+++ b/
contrib/pg_upgrade/check.c
@@
-452,7
+452,7
@@
create_script_for_old_cluster_deletion(
* by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
* it must match for the old and new servers.
*/
-void
+
static
void
check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
{
int dbnum;
@@
-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
* tables upgraded by pg_upgrade.
*/
-void
+
static
void
check_for_reg_data_type_usage(ClusterInfo *cluster)
{
int dbnum;