aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-08-03 00:58:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-08-03 00:58:22 +0000
commit1bd3a8f58bb8147628a85643b0246051a6e4e5ee (patch)
tree1732e24188528246a159fef150ac11498535ba98 /src/backend/commands/trigger.c
parent463f1f5cdaecf229dcd1d3d16e969bf3a7aa9a73 (diff)
downloadpostgresql-1bd3a8f58bb8147628a85643b0246051a6e4e5ee.tar.gz
postgresql-1bd3a8f58bb8147628a85643b0246051a6e4e5ee.zip
Repair bug noted by Paul Caskey: neqsel() has been generating a bogus
result, in fact nearly the opposite of what it should, because it was passing the not-equal operator to eqsel() which would use it to compare the value against the most common value in the column, and of course obtain the wrong result therefrom. Must pass the equality operator to eqsel() instead. Fortunately that's easy to get from the oprnegate link.
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions