Re: [HACKERS] snprintf causes regression tests
Tom Lane <[email protected]> Thu, 10 Mar 2005 22:58:27 -0500
| Newsgroups | gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: >>> Please see my posting about using a macro for snprintf. > Wasn't the issue about odd behavior of the Win32 linker choosing the wrong > vnsprintf? You're right, the point about the macro was to avoid linker weirdness on Windows. We need to do that part in any case. I think Bruce confused that issue with the one about whether our version supported %n$ adequately ... which it doesn't just yet ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match