pgsql: Provide Assert() for frontend code.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide Assert() for frontend code.
Date: 2012-12-14 23:06:29
Message-ID: E1TjeKr-0000Kb-L2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

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