[COMMITTERS] pgsql: Remove should_free arguments to tuplesort routines.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Remove should_free arguments to tuplesort routines.
Дата
Msg-id E1cGXgp-0001sL-O8@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Catversion bump for temporary replication slots.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add support for temporary replication slots