pgsql/src/bin/psql mainloop.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/bin/psql mainloop.c
Дата
Msg-id 20020703164746.4B0FE476405@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/03 12:47:46

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

Log message:
    Fix some more boundary-case errors in psql variable substitution:
    wasn't really right for case where :var is at the end of the line,
    was definitely not right if var expanded to empty in that case,
    and failed to recalculate thislen before jumping back to rescan.




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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/contrib/pg_upgrade README pg_upgrade
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc TODO