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 = "); }