Remove obsolete RECHECK keyword completely
Peter Eisentraut <peter@eisentraut.org>
Remove obsolete RECHECK keyword completely This used to be part of CREATE OPERATOR CLASS and ALTER OPERATOR FAMILY, but it has done nothing (except issue a NOTICE) since PostgreSQL 8.4. Commit 30e7c175b81 removed support for dumping from pre-9.2 servers, so this no longer serves any need. This now removes it completely, and you'd get a normal parse error if you used it. Reviewed-by: Aleksander Alekseev <aleksander@timescale.com> Discussion: https://www.postgresql.org/message-id/flat/113ef2d2-3657-4353-be97-f28fceddbca1%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_opfamily.sgml | modified | +0 −8 |
| doc/src/sgml/ref/create_opclass.sgml | modified | +0 −8 |
| src/backend/parser/gram.y | modified | +3 −23 |
| src/include/parser/kwlist.h | modified | +0 −1 |
| src/test/isolation/specs/merge-match-recheck.spec | modified | +1 −1 |
Documentation touched
Discussion
- Remove obsolete RECHECK keyword completely 4 messages · 2024-08-02 → 2024-08-09