1
0
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:
Tom Lane
2007-09-29 23:32:42 +00:00
parent 24ad7d4628
commit 591abe1b72
2 changed files with 3 additions and 9 deletions

View File

@ -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);