pgsql: Put abbreviation logic into puttuple_common() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Put abbreviation logic into puttuple_common()
Date
Msg-id E1oGZbk-001RJy-GC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put abbreviation logic into puttuple_common()

Abbreviation code is very similar along tuplesort_put*() functions.  This
commit unifies that code and puts it into puttuple_common().  tuplesort_put*()
functions differs in the abbreviation condition, so it has been added as an
argument to the puttuple_common() function.

Discussion: https://postgr.es/m/CAPpHfdvjix0Ahx-H3Jp1M2R%2B_74P-zKnGGygx4OWr%3DbUQ8BNdw%40mail.gmail.com
Author: Alexander Korotkov
Reviewed-by: Pavel Borisov, Maxim Orlov, Matthias van de Meent
Reviewed-by: Andres Freund, John Naylor

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/033dd02db2248ed792332b950431ced4771b8304

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 214 ++++++++++---------------------------
1 file changed, 56 insertions(+), 158 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Remove the restriction that the relmap must be 512 bytes.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Allow "in place" tablespaces.