diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2022-07-27 08:27:46 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2022-07-27 08:27:46 +0300 |
commit | 033dd02db2248ed792332b950431ced4771b8304 (patch) | |
tree | cb482fd11315875022c1ca2d01b35ccf6149d9d6 /src/backend/commands/dbcommands.c | |
parent | cadfdd1edff103d696bbfcdd126c2dee516aed9b (diff) | |
download | postgresql-033dd02db2248ed792332b950431ced4771b8304.tar.gz postgresql-033dd02db2248ed792332b950431ced4771b8304.zip |
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
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions