Re: [pgsql-hackers-win32] snprintf causes regression tests - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [pgsql-hackers-win32] snprintf causes regression tests
Date
Msg-id 20730.1109709082@sss.pgh.pa.us
Whole thread Raw
In response to Re: [pgsql-hackers-win32] snprintf causes regression  (pgsql@mohawksoft.com)
List pgsql-hackers
pgsql@mohawksoft.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

pgsql-hackers by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: [pgsql-hackers-win32] snprintf causes regression
Next
From: pgsql@mohawksoft.com
Date:
Subject: Re: [pgsql-hackers-win32] snprintf causes regression