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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/bin/psql common.c
Дата
Msg-id 20030219035439.00BBB475843@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/18 22:54:39

Modified files:
    src/bin/psql   : common.c

Log message:
    Here's some changes I made last night to psql's common.c (as found in
    7.3.2).  It removes some code duplication and #ifdeffing, and some
    unstructured ugliness such as tacky breaks and an unneeded continue.
    Breaks up a large function into smaller functions and reduces required
    nesting levels, and kills a variable or two.

    Jeroen T. Vermeulen


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/bin/scripts createuser
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...