1
0
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:
Bruce Momjian
2012-03-17 09:56:47 -04:00
parent 313d29f740
commit ced53c38d7
2 changed files with 3 additions and 5 deletions

View File

@ -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)