diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 7894caa8c12..9798bd24b44 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -804,7 +804,7 @@ /* PostgreSQL major version as a string */ #undef PG_MAJORVERSION -/* Define to gnu_printf if compiler supports it, else printf. */ +/* Define to best printf format archetype, usually gnu_printf if available. */ #undef PG_PRINTF_ATTRIBUTE /* PostgreSQL version as a string */ |