Thread: pgsql: Make amcanorder independent of amconsistentordering

pgsql: Make amcanorder independent of amconsistentordering

From
Peter Eisentraut
Date:
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(-)