Rename amcancrosscompare
Peter Eisentraut <peter@eisentraut.org>
Rename amcancrosscompare After more discussion about commit ce62f2f2a0a, rename the index AM property amcancrosscompare to two separate properties amconsistentequality and amconsistentordering. Also improve the documentation and update some comments that were previously missed. Reported-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/E1tngY6-0000UL-2n%40gemulon.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/bloom/blutils.c | modified | +2 −1 |
| doc/src/sgml/indexam.sgml | modified | +4 −2 |
| src/backend/access/brin/brin.c | modified | +2 −1 |
| src/backend/access/gin/ginutil.c | modified | +2 −1 |
| src/backend/access/gist/gist.c | modified | +2 −1 |
| src/backend/access/hash/hash.c | modified | +2 −1 |
| src/backend/access/nbtree/nbtree.c | modified | +2 −1 |
| src/backend/access/spgist/spgutils.c | modified | +2 −1 |
| src/backend/optimizer/plan/analyzejoins.c | modified | +4 −3 |
| src/backend/utils/cache/lsyscache.c | modified | +13 −11 |
| src/include/access/amapi.h | modified | +4 −2 |
| src/test/modules/dummy_index_am/dummy_index_am.c | modified | +2 −1 |
Documentation touched
Discussion
Cited messages not in the archive:
E1tngY6-0000UL-2n@gemulon.postgresql.org