pgsql: Make amcanorder independent of amconsistentordering

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make amcanorder independent of amconsistentordering
Date: 2025-03-08 08:39:15
Message-ID: E1tqpiF-001Okz-08@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make amcanorder independent of amconsistentordering

Follow-up to commit af4002b381d: Make amconsistentordering not depend
on amcanorder. Although they are related, they are independent
properties.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/E1tngY6-0000UL-2n%40gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8021c77769e90cc804121d61a1bb7bcc4652d48b

Modified Files
--------------
src/backend/utils/cache/lsyscache.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-03-08 08:45:07 Re: pgsql: Generalize hash and ordering support in amapi
Previous Message Robins Tharakan 2025-03-08 07:54:20 Re: pgsql: Trial fix for old cross-version upgrades.