OSDN Git Service

More fallout from the recent psql patch: rename xmalloc and friends to
authorNeil Conway <neilc@samurai.com>
Sun, 25 Jan 2004 03:07:22 +0000 (03:07 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 25 Jan 2004 03:07:22 +0000 (03:07 +0000)
commite10bb0518a03281f2cb22b2fa41200a56de80d63
tree988c3f8dc70975b49d2a97f49a4010d59488f0d9
parentafe7b7b60ee3047c4665eb27e9252f343e0eff74
More fallout from the recent psql patch: rename xmalloc and friends to
pg_malloc, to avoid linker failures on same platforms.
12 files changed:
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/describe.c
src/bin/psql/input.c
src/bin/psql/mainloop.c
src/bin/psql/prompt.c
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/tab-complete.c
src/bin/psql/variables.c