aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 8c5a69a85bc..e948cb207ad 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -547,9 +547,12 @@
(--with-krb-srvnam=NAME) */
#undef PG_KRB_SRVNAM
-/* PostgreSQL version */
+/* PostgreSQL version as a string */
#undef PG_VERSION
+/* PostgreSQL version as a number */
+#undef PG_VERSION_NUM
+
/* A string containing the version number, platform, and C compiler */
#undef PG_VERSION_STR