]> granicus.if.org Git - postgresql/commit
Change messages like this:
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 05:04:40 +0000 (05:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 05:04:40 +0000 (05:04 +0000)
commit7312c19ab5a5201a1262ee698399025f97ba6797
treeb8321deda56546cda9270ff5ef27d72d4033e2ea
parentce5bb92346af077024be15ade4bc061c3c8e19a3
Change messages like this:

ERROR:  ExecInsert: rejected due to CHECK constraint insert_con

To be like this:

ERROR:  ExecInsert: rejected due to CHECK constraint "insert_con" on
"insert_tbl"

Updated regression tests to match.

I got sick of seeing 'rejected due to CHECK constraint "$1" in my log and
not being able to find the bug in our website code...

Christopher Kings-Lynne
src/backend/executor/execMain.c
src/test/regress/output/constraints.source