mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
In pg_upgrade, move new echo quote define into include file.
This commit is contained in:
@ -23,11 +23,6 @@ static void check_for_reg_data_type_usage(ClusterInfo *cluster);
|
||||
static void check_for_support_lib(ClusterInfo *cluster);
|
||||
static void get_bin_version(ClusterInfo *cluster);
|
||||
|
||||
#ifndef WIN32
|
||||
#define ECHO_QUOTE "'"
|
||||
#else
|
||||
#define ECHO_QUOTE ""
|
||||
#endif
|
||||
|
||||
void
|
||||
output_check_banner(bool *live_check)
|
||||
|
Reference in New Issue
Block a user