Commit 7da1bdc
committed
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 30e7c17 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.org1 parent 701cf1e commit 7da1bdc
File tree
5 files changed
+4
-41
lines changed- doc/src/sgml/ref
- src
- backend/parser
- include/parser
- test/isolation/specs
5 files changed
+4
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 272 | | |
281 | 273 | | |
282 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| |||
6622 | 6622 | | |
6623 | 6623 | | |
6624 | 6624 | | |
6625 | | - | |
| 6625 | + | |
6626 | 6626 | | |
6627 | 6627 | | |
6628 | 6628 | | |
| |||
6636 | 6636 | | |
6637 | 6637 | | |
6638 | 6638 | | |
6639 | | - | |
6640 | 6639 | | |
6641 | 6640 | | |
6642 | 6641 | | |
| |||
6688 | 6687 | | |
6689 | 6688 | | |
6690 | 6689 | | |
6691 | | - | |
6692 | | - | |
6693 | | - | |
6694 | | - | |
6695 | | - | |
6696 | | - | |
6697 | | - | |
6698 | | - | |
6699 | | - | |
6700 | | - | |
6701 | | - | |
6702 | | - | |
6703 | | - | |
6704 | | - | |
6705 | | - | |
6706 | | - | |
6707 | | - | |
6708 | 6690 | | |
6709 | 6691 | | |
6710 | 6692 | | |
| |||
17784 | 17766 | | |
17785 | 17767 | | |
17786 | 17768 | | |
17787 | | - | |
17788 | 17769 | | |
17789 | 17770 | | |
17790 | 17771 | | |
| |||
18414 | 18395 | | |
18415 | 18396 | | |
18416 | 18397 | | |
18417 | | - | |
18418 | 18398 | | |
18419 | 18399 | | |
18420 | 18400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | 366 | | |
368 | 367 | | |
369 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments