pgsql: Revert "nbtree: Remove useless row compare arg." - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Revert "nbtree: Remove useless row compare arg."
Date
Msg-id E1uPTki-001E6y-2C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "nbtree: Remove useless row compare arg."

This reverts commit 54c6ea8c81db718508eeea50991d3c1c5dff54a5.

Further analysis has shown that the forcenonrequired row compare
behavior is in fact necessary, despite the new restrictions on
RowCompares imposed by _bt_set_startikey following commit 5f4d98d4.

Discussion: https://postgr.es/m/CAH2-Wzm3bKcz3TbHGem3_+SinEyG=VZVPbApQghp7YiZj+MM3g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd2ce3792754e0705884aed15d1fd2ae43cc1500

Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Next
From: Robert Haas
Date:
Subject: Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().