postgresql/src/common
Tom Lane 2c66f9924c 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.
2013-10-22 19:40:26 -04:00
..
exec.c Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00
fe_memutils.c Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
Makefile Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
pgfnames.c Move pgfnames() from libpgport to libpgcommon 2013-10-18 21:28:15 -04:00
psprintf.c Replace pg_asprintf() with psprintf(). 2013-10-22 19:40:26 -04:00
relpath.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
rmtree.c Move rmtree() from libpgport to libpgcommon 2013-10-19 10:20:51 -04:00
wait_error.c Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00