1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add PG_VERSION_NUM for use by 3rd party applications wanting to test the

backend version in C using > and < comparisons.
This commit is contained in:
Bruce Momjian
2006-02-28 16:41:21 +00:00
parent d2c555ee53
commit 03024ca5a1
3 changed files with 18 additions and 3 deletions

View File

@ -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