Remove should_free arguments to tuplesort routines.
authorRobert Haas <rhaas@postgresql.org>
Mon, 12 Dec 2016 20:57:35 +0000 (15:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 12 Dec 2016 20:57:35 +0000 (15:57 -0500)
commit3856cf9607f41245ec9462519c53f1109e781fc5
tree8614bf59e364edb0cf2736df75597930cd8444fb
parent9b3d02c2a9eb93cc4754857361abee449a3fe0cb
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
src/backend/access/hash/hashsort.c
src/backend/access/nbtree/nbtsort.c
src/backend/commands/cluster.c
src/backend/utils/sort/tuplesort.c
src/include/utils/tuplesort.h