mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove bogus commutator marking --- the module doesn't actually supply
any commutator operator for =(chkpass,text), so this was creating a shell operator that would fail on use. Found by opr_sanity testing.
This commit is contained in:
@ -4,8 +4,6 @@ DROP OPERATOR <>(chkpass, text);
|
||||
|
||||
DROP OPERATOR =(chkpass, text);
|
||||
|
||||
DROP OPERATOR =(text, chkpass);
|
||||
|
||||
DROP FUNCTION ne(chkpass, text);
|
||||
|
||||
DROP FUNCTION eq(chkpass, text);
|
||||
|
Reference in New Issue
Block a user