diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 2 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index c3320f2c961..89b88042512 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -756,7 +756,7 @@ /* Define to 1 if you have the `__strtoull' function. */ #undef HAVE___STRTOULL -/* Define to the appropriate snprintf length modifier for 64-bit ints. */ +/* Define to the appropriate printf length modifier for 64-bit ints. */ #undef INT64_MODIFIER /* Define to 1 if `locale_t' requires <xlocale.h>. */ diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index e7c45844bd2..2c701fa718c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -579,7 +579,7 @@ /* Define to 1 if your compiler understands __VA_ARGS__ in macros. */ #define HAVE__VA_ARGS 1 -/* Define to the appropriate snprintf length modifier for 64-bit ints. */ +/* Define to the appropriate printf length modifier for 64-bit ints. */ #define INT64_MODIFIER "ll" /* Define to 1 if `locale_t' requires <xlocale.h>. */ |