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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user