parameters - Search results
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-03-02 02:15:49 | Re: [HACKERS] snprintf causes regression tests to fail (Tom Lane)
parameters of different sizes? For instance snprintf(..., "%g %d", doubleval, intval); and snprintf(..., "%2$d %1$g", doubleval
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-03-02 01:57:46 | Re: [HACKERS] snprintf causes regression tests to fail (Nicolai Tufar)
parameter. I checked it with in many different combinations, it works! How would one solve
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-03-02 01:13:06 | Re: [HACKERS] snprintf causes regression tests to fail (Tom Lane)
parameters. 2. Perform the va_arg() fetches in position order, and stash the actual parameter