diff options
author | Andres Freund <andres@anarazel.de> | 2014-09-18 09:59:10 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2014-09-18 09:59:10 +0200 |
commit | 7e3f728353fa9b36c7f98b6ec447d3f1b8deec14 (patch) | |
tree | d7b6fe57f65cf1eb8da46cd232578860d897fc2b /src/backend/access/transam/xlog.c | |
parent | f7d6759ec2df9ad10b65aea359a27789e16a353b (diff) | |
download | postgresql-7e3f728353fa9b36c7f98b6ec447d3f1b8deec14.tar.gz postgresql-7e3f728353fa9b36c7f98b6ec447d3f1b8deec14.zip |
Fix configure check for %z printf support after INT64_MODIFIER changes.
The PGAC_FUNC_SNPRINTF_SIZE_T_SUPPORT test was broken by
ce486056ecd28050. Among others it made the UINT64_FORMAT macro to be
defined in c.h, instead of directly being defined by configure.
This lead to the replacement printf being used on all platforms for a
while. Which seems to work, because this was only used due to
different profiles ;)
Fix by relying on INT64_MODIFIER instead.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions