pgsql-server/src/bin/psql command.c common.c c ...

Started by Nonameover 22 years ago1 messagescomitters
Jump to latest
#1Noname
neilc@svr1.postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc@svr1.postgresql.org 04/01/24 23:07:22

Modified files:
src/bin/psql : command.c common.c common.h copy.c describe.c
input.c mainloop.c prompt.c startup.c
stringutils.c tab-complete.c variables.c

Log message:
More fallout from the recent psql patch: rename xmalloc and friends to
pg_malloc, to avoid linker failures on same platforms.