Re: snprintf causes regression tests to fail

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql(at)mohawksoft(dot)com
Cc: "Nicolai Tufar" <ntufar(at)gmail(dot)com>, "Magnus Hagander" <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: snprintf causes regression tests to fail
Date: 2005-02-28 19:51:46
Message-ID: 24705.1109620306@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32 pgsql-patches

pgsql(at)mohawksoft(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Benoit 2005-02-28 20:02:55 Re: SQL99 Hierarchical queries
Previous Message Victor Y. Yegorov 2005-02-28 19:49:48 bitmap AM design

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2005-02-28 20:35:18 Re: [HACKERS] snprintf causes regression tests to fail
Previous Message Nicolai Tufar 2005-02-28 19:42:37 Re: snprintf causes regression tests to fail

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-02-28 20:35:18 Re: [HACKERS] snprintf causes regression tests to fail
Previous Message Nicolai Tufar 2005-02-28 19:42:37 Re: snprintf causes regression tests to fail