Provide Assert() for frontend code.

Andrew Dunstan <andrew@dunslane.net>

Commit: 1c382655ad90b7cd224230452f7056040337facf
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2012-12-14T23:03:07Z
Releases: 9.3.0
Provide Assert() for frontend code.

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

Follows a suggestion from Heikki Linnakangas.

Files

PathChange+/−
src/bin/psql/command.c modified +3 −3
src/bin/psql/common.c modified +1 −1
src/bin/psql/common.h modified +0 −7
src/bin/psql/psqlscan.l modified +7 −7
src/bin/psql/stringutils.c modified +4 −4
src/bin/psql/tab-complete.c modified +3 −3
src/include/postgres_fe.h modified +12 −0