Provide Assert() for frontend code.
Andrew Dunstan <andrew@dunslane.net>
Provide Assert() for frontend code. Per discussion on-hackers. psql is converted to use the new code. Follows a suggestion from Heikki Linnakangas.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |