From 228bd0b3ee39e6a05bd61a2ac25c14321bad418a Mon Sep 17 00:00:00 2001 From: wangtq Date: Wed, 22 Jun 2022 17:34:55 +0800 Subject: [PATCH] fix: error to use macro --- src/bin/pg_config/pg_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_config/pg_config.cpp b/src/bin/pg_config/pg_config.cpp index fab1b539f..bc86cc22b 100644 --- a/src/bin/pg_config/pg_config.cpp +++ b/src/bin/pg_config/pg_config.cpp @@ -293,7 +293,7 @@ static void show_version(int alls) printf("VERSION = "); } printf("PostgreSQL 9.2.4\n"); -#ifdef ENABLE_MULTIPLE_NODES +#ifndef ENABLE_MULTIPLE_NODES if (alls) { printf("OPENGAUSS_VERSION = "); }