- Notifications
You must be signed in to change notification settings - Fork5k
Commit2903f14
committed
Enable deduplication in system catalog indexes.
The "equality implies image equality" opclass infrastructure disalloweddeduplication in system catalog indexes and TOAST indexes before now.That seemed like the right approach back when the infrastructure wasadded by commit612a1ab, since ALTER INDEX cannot set deduplicate_itemsto 'off' (due to an old implementation restriction). But that decisionnow seems arbitrary at best. Remove special case handling implementingthis policy.No catversion bump, since existing catalog indexes will still work.Author: Peter Geoghegan <pg@bowt.ie>Discussion:https://postgr.es/m/CAH2-Wz=rYQHFaJ3WYBdK=xgwxKzaiGMSSrh-ZCREa-pS-7Zjew@mail.gmail.com1 parent9b8d68c commit2903f14
1 file changed
+0
-12
lines changedLines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2698 | 2698 |
| |
2699 | 2699 |
| |
2700 | 2700 |
| |
2701 |
| - | |
2702 |
| - | |
2703 |
| - | |
2704 |
| - | |
2705 |
| - | |
2706 |
| - | |
2707 |
| - | |
2708 |
| - | |
2709 |
| - | |
2710 |
| - | |
2711 |
| - | |
2712 |
| - | |
2713 | 2701 |
| |
2714 | 2702 |
| |
2715 | 2703 |
| |
|
0 commit comments
Comments
(0)