Thread: pgsql: Provide Assert() for frontend code.

pgsql: Provide Assert() for frontend code.

From
Andrew Dunstan
Date:
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(-)