Re: [HACKERS] Possible bug in 9.3.17 using operator <>

2017-08-01 Thread David G. Johnston
On Tue, Aug 1, 2017 at 8:39 AM, Nick Dro wrote: > The operator <> seems to not work properly comparing citext types in > triggers function. > > https://stackoverflow.com/questions/45441840/posgresql- > 9-3-operator-doesnt-give-logical-result > > Can someone figure out what is the problem? This se

[HACKERS] Possible bug in 9.3.17 using operator <>

2017-08-01 Thread Nick Dro
The operator <> seems to not work properly comparing citext types in triggers function.   https://stackoverflow.com/questions/45441840/posgresql-9-3-operator-doesnt-give-logical-result   Can someone figure out what is the problem? This seems like a bug.