]> granicus.if.org Git - postgresql/commit
Clean up some bugs in oper_select_candidate(), notably the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Aug 1999 04:59:15 +0000 (04:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Aug 1999 04:59:15 +0000 (04:59 +0000)
commit5adebf83b6cffbf4133ff97dbe6d5da0ff59bff1
treecad98a9a3428b57e4146c39eaeb47df75592f9d1
parent42af56e1ead3306d2c056ff96ea770e4eee68e9d
Clean up some bugs in oper_select_candidate(), notably the
last loop which would return the *first* surviving-to-that-point candidate
regardless of which one actually passed the test.  This was producing
such curious results as 'oid % 2' getting translated to 'int2(oid) % 2'.
src/backend/parser/parse_oper.c