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 by date
| Next: | From: Peter Eisentraut | Date: 2012-12-15 05:32:28 |
| Subject: pgsql: doc: Add pg_stat_reset and related functions to index |
| Previous: | From: Robert Haas | Date: 2012-12-14 20:45:29 |
| Subject: pgsql: Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs.Hot |