From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
pgsql(at)mohawksoft(dot)com
Cc:
"Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>,"Nicolai Tufar" <ntufar(at)gmail(dot)com>,"Magnus Hagander" <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org,pgsql-hackers-win32(at)postgresql(dot)org
Subject:
Re: [pgsql-hackers-win32] snprintf causes regression tests
Date:
2005-03-01 20:31:22
Message-ID:
20730.1109709082@sss.pgh.pa.us (view raw or flat )
Thread:
2005-03-01 04:54:42 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-03-01 05:55:20 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-03-01 14:22:05 from Nicolai Tufar <ntufar(at)gmail(dot)com>
2005-03-01 14:29:07 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-03-01 20:19:31 from Nicolai Tufar <ntufar(at)gmail(dot)com>
2005-03-01 20:38:58 from pgsql(at)mohawksoft(dot)com
2005-03-01 20:57:28 from Nicolai Tufar <ntufar(at)gmail(dot)com>
2005-03-01 21:20:50 from pgsql(at)mohawksoft(dot)com
2005-03-01 21:22:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-03-01 22:26:37 from Nicolai Tufar <ntufar(at)gmail(dot)com>
2005-03-01 20:29:43 from pgsql(at)mohawksoft(dot)com
2005-03-01 20:31:22 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-hackers pgsql-hackers-win32
pgsql(at)mohawksoft(dot)com writes:
> Just a question, and don't mind me if I am being rude, isn't this the
> WRONG PLACE for a "printf" function? Wouldn't an "itoa" function be more
> efficient and be less problematic?
This particular call could be so replaced, but it wouldn't solve the
general problem. snprintf has to work.
regards, tom lane
In response to
pgsql-hackers by date
Next :From: pgsqlDate: 2005-03-01 20:38:58
Subject : Re: [pgsql-hackers-win32] snprintf causes regression
Previous :From : pgsqlDate : 2005-03-01 20:29:43
Subject : Re: [pgsql-hackers-win32] snprintf causes regression
pgsql-hackers-win32 by date
Next :From: pgsqlDate: 2005-03-01 20:38:58
Subject : Re: [pgsql-hackers-win32] snprintf causes regression
Previous :From : pgsqlDate : 2005-03-01 20:29:43
Subject : Re: [pgsql-hackers-win32] snprintf causes regression