1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME".

This commit is contained in:
Bruce Momjian
2010-12-31 20:42:29 -05:00
parent 30aeda4394
commit f82b3e58f8
3 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
#define EXE_EXT ".exe"
#endif
#define CLUSTERNAME(cluster) ((cluster) == CLUSTER_OLD ? "old" : "new")
#define CLUSTER_NAME(cluster) ((cluster) == CLUSTER_OLD ? "old" : "new")
#define ACTIVE_CLUSTER(cluster) (((cluster) == CLUSTER_OLD) ? \
&old_cluster : &new_cluster)