fix: error to use macro

This commit is contained in:
wangtq
2022-06-22 17:34:55 +08:00
parent 432c147002
commit 228bd0b3ee

View File

@ -293,7 +293,7 @@ static void show_version(int alls)
printf("VERSION = "); printf("VERSION = ");
} }
printf("PostgreSQL 9.2.4\n"); printf("PostgreSQL 9.2.4\n");
#ifdef ENABLE_MULTIPLE_NODES #ifndef ENABLE_MULTIPLE_NODES
if (alls) { if (alls) {
printf("OPENGAUSS_VERSION = "); printf("OPENGAUSS_VERSION = ");
} }