summaryrefslogtreecommitdiff
path: root/src/common/psprintf.c
AgeCommit message (Expand)Author
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane