]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 23:43:38 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 23:43:38 +0000 (23:43 +0000)
commit0e06e6838758d3d67a94c454fe4b55c86aa1491d
tree452ac62e81dee3d795ff5204dc0b86cc8439b865
parent742cd8799923d8d30ee90294130bb973af486b80
ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message,
if given a node type it doesn't support.  As is, wrong results from a
mergejoin would go undetected.
src/backend/executor/execAmi.c