Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of
commit49075fe16c53853d4161717fd4c0eb8aaf4b7d83
authortgl <tgl>
Wed, 27 May 2009 20:42:29 +0000 (27 20:42 +0000)
committertgl <tgl>
Wed, 27 May 2009 20:42:29 +0000 (27 20:42 +0000)
tree5f7257ff948103f08403db25afb47b30e384853f
parent873d78fd8bd973203d787c7a74406fad628be092
Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of
throwing an error as 8.4 had been doing.  The error interfered with porting
old database definitions (particularly for pg_migrator) without really buying
any safety.  Per bug #4817 and subsequent discussion.
src/backend/parser/gram.y
src/bin/pg_dump/pg_dump.c