parameters - Search results

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

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

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