diff options
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index ece57c81ccf..202c51a34a5 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -711,6 +711,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to the name of a signed 128-bit integer type. */ +#undef PG_INT128_TYPE + /* Define to the name of a signed 64-bit integer type. */ #undef PG_INT64_TYPE |