aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-08-23 23:48:39 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-08-23 23:48:39 +0000
commita23faeee83723de4fd5377b51b146edab716526f (patch)
treea9bd24e024e03e4fea14687ed3a11301b7e6db21 /src/include/postgres.h
parente8140adb10cb1cb3725f302ea989281718af161c (diff)
downloadpostgresql-a23faeee83723de4fd5377b51b146edab716526f.tar.gz
postgresql-a23faeee83723de4fd5377b51b146edab716526f.zip
Remove bogus code in oper_exact --- if it didn't find an exact
match then it tried for a self-commutative operator with the reversed input data types. This is pretty silly; there could never be such an operator, except maybe in binary-compatible-type scenarios, and we have oper_inexact for that. Besides which, the oprsanity regress test would complain about such an operator. Remove nonfunctional code and simplify routine calling convention accordingly.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions