diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index d758dfd36ee..41ad2093806 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -780,6 +780,12 @@ /* PostgreSQL major version as a string */ #undef PG_MAJORVERSION +/* PostgreSQL major version number */ +#undef PG_MAJORVERSION_NUM + +/* PostgreSQL minor version number */ +#undef PG_MINORVERSION_NUM + /* Define to best printf format archetype, usually gnu_printf if available. */ #undef PG_PRINTF_ATTRIBUTE |