pgsql: Provide Assert() for frontend code.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Provide Assert() for frontend code.
Дата
Msg-id E1TjeKr-0000Kb-L2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Provide Assert() for frontend code.

Per discussion on-hackers. psql is converted to use the new code.

Follows a suggestion from Heikki Linnakangas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c382655ad90b7cd224230452f7056040337facf

Modified Files
--------------
src/bin/psql/command.c      |    6 +++---
src/bin/psql/common.c       |    2 +-
src/bin/psql/common.h       |    7 -------
src/bin/psql/psqlscan.l     |   14 +++++++-------
src/bin/psql/stringutils.c  |    8 ++++----
src/bin/psql/tab-complete.c |    6 +++---
src/include/postgres_fe.h   |   12 ++++++++++++
7 files changed, 30 insertions(+), 25 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Add pg_stat_reset and related functions to index