Re: snprintf causes regression tests to fail - Mailing list pgsql-hackers

From Tom Lane
Subject Re: snprintf causes regression tests to fail
Date
Msg-id 24705.1109620306@sss.pgh.pa.us
Whole thread Raw
In response to Re: snprintf causes regression tests to fail  (pgsql@mohawksoft.com)
List pgsql-hackers
pgsql@mohawksoft.com writes:
> Do we have any idea about what format string causes the regression failure?

I'll bet the problem is that configure.in is doing things in the wrong
order: it computes INT64_FORMAT against the system printf before
deciding we should use our own printf.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Victor Y. Yegorov"
Date:
Subject: bitmap AM design
Next
From: Mike Benoit
Date:
Subject: Re: SQL99 Hierarchical queries