Replace pg_asprintf() with psprintf().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2c66f9924c1162bfba27c77004ccf42fb6ea188d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-10-22T23:40:26Z
Releases: 9.4.0
Replace pg_asprintf() with psprintf().

This eliminates an awkward coding pattern that's also unnecessarily
inconsistent with backend coding.  psprintf() is now the thing to
use everywhere.

Files