pgsql: Make amcanorder independent of amconsistentordering - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make amcanorder independent of amconsistentordering
Date
Msg-id E1tqpiF-001Okz-08@gemulon.postgresql.org
Whole thread Raw
List 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@sss.pgh.pa.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(-)


pgsql-committers by date:

Previous
From: Robins Tharakan
Date:
Subject: Re: pgsql: Trial fix for old cross-version upgrades.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Generalize hash and ordering support in amapi