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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user