Обсуждение: pgsql-server/src/bin/psql command.c common.c c ...

Поиск
Список
Период
Сортировка

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

От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
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.