pgsql: Remove should_free arguments to tuplesort routines.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove should_free arguments to tuplesort routines.
Date: 2016-12-12 20:59:15
Message-ID: E1cGXgp-0001sL-O8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove should_free arguments to tuplesort routines.

Since commit e94568ecc10f2638e542ae34f2990b821bbf90ac, the answer is
always "false", and we do not need to complicate the API by arranging
to return a constant value.

Peter Geoghegan

Discussion: http://postgr.es/m/CAM3SWZQWZZ_N=DmmL7tKy_OUjGH_5mN=N=A6h7kHyyDvEhg2DA@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3856cf9607f41245ec9462519c53f1109e781fc5

Modified Files
--------------
src/backend/access/hash/hashsort.c | 6 +---
src/backend/access/nbtree/nbtsort.c | 24 ++++----------
src/backend/commands/cluster.c | 6 +---
src/backend/utils/sort/tuplesort.c | 62 +++++++++++++------------------------
src/include/utils/tuplesort.h | 6 ++--
5 files changed, 31 insertions(+), 73 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-12 23:39:13 Re: pgsql: Add support for temporary replication slots
Previous Message Tom Lane 2016-12-12 19:43:08 Re: [COMMITTERS] pgsql: Add support for temporary replication slots