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

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

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

От
petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    petere@postgresql.org    03/03/18 17:15:44

Modified files:
    src/bin/psql   : command.c common.c common.h help.c help.h
                     mbprint.c mbprint.h print.c print.h startup.c

Log message:
    Make the printing code somewhat more independent by not relying on
    functions and global variables from the rest of psql.  Also clean up some
    data type mismatches created by the last pager patch.