pgsql: Update obsolete row compare preprocessing comments. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Update obsolete row compare preprocessing comments.
Date
Msg-id E1uX0TS-004NYm-00@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update obsolete row compare preprocessing comments.

Restore nbtree preprocessing comments describing how we mark nbtree row
compare members required to how they were prior to 2016 bugfix commit
a298a1e0.

Oversight in commit bd3f59fd, which made nbtree preprocessing revert to
the original 2006 rules, but neglected to revert these comments.

Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ca30a0b04d751c58d4efa0a2b3073cb285b1bd2

Modified Files
--------------
src/backend/access/nbtree/nbtpreprocesskeys.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow width_bucket()'s "operand" input to be NaN.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Add GetNamedDSA() and GetNamedDSHash().