• Tom Lane's avatar
    Replace pg_asprintf() with psprintf(). · 2c66f992
    Tom Lane authored
    This eliminates an awkward coding pattern that's also unnecessarily
    inconsistent with backend coding.  psprintf() is now the thing to
    use everywhere.
    2c66f992
psprintf.c 4.57 KB