Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2009 20:42:29 +0000 (20:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2009 20:42:29 +0000 (20:42 +0000)
commit5f9a27323207c4bfd7f0c1675a54be8aa1a2bcbb
tree79c4003be4a1ec5d38ec1542643e989e38af8a71
parentad14f8999f42c07ee81096f231eeefb32b5182a1
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