]> granicus.if.org Git - postgresql/commit
Provide Assert() for frontend code.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 14 Dec 2012 23:03:07 +0000 (18:03 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 14 Dec 2012 23:03:07 +0000 (18:03 -0500)
commit1c382655ad90b7cd224230452f7056040337facf
tree378e1dd57280308b4267f7f7c55677b233be3fd8
parent75758a6ff01156e163779f5f7386fa36720fb38f
Provide Assert() for frontend code.

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

Follows a suggestion from Heikki Linnakangas.
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/psqlscan.l
src/bin/psql/stringutils.c
src/bin/psql/tab-complete.c
src/include/postgres_fe.h