public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: [email protected]
Subject: pgsql: Rename amcancrosscompare
Date: Fri, 07 Mar 2025 10:57:22 +0000
Message-ID: <[email protected]> (raw)
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 <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/E1tngY6-0000UL-2n%40gemulon.postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/af4002b381d86df6479962953d82f03ecb4e2e06
Modified Files
--------------
contrib/bloom/blutils.c | 3 ++-
doc/src/sgml/indexam.sgml | 6 ++++--
src/backend/access/brin/brin.c | 3 ++-
src/backend/access/gin/ginutil.c | 3 ++-
src/backend/access/gist/gist.c | 3 ++-
src/backend/access/hash/hash.c | 3 ++-
src/backend/access/nbtree/nbtree.c | 3 ++-
src/backend/access/spgist/spgutils.c | 3 ++-
src/backend/optimizer/plan/analyzejoins.c | 7 ++++---
src/backend/utils/cache/lsyscache.c | 24 +++++++++++++-----------
src/include/access/amapi.h | 6 ++++--
src/test/modules/dummy_index_am/dummy_index_am.c | 3 ++-
12 files changed, 41 insertions(+), 26 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Rename amcancrosscompare
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox