Dead code in gin_private.h related to page split in WAL

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Dead code in gin_private.h related to page split in WAL
Дата
Msg-id CAB7nPqT5Y9kQZT0i6mDvk9YnNqN42HvOrHd8ataJbOz+wMEcXQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Dead code in gin_private.h related to page split in WAL  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hi all,

I noticed that the following structures are still defined in
gin_private.h but they are used nowhere since 2c03216d that has
reworked WAL format:
- ginxlogSplitEntry
- ginxlogSplitDataLeaf
- ginxlogSplitDataInternal
Attached is a trivial patch to remove them.
Regards,
--
Michael

Вложения

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Add min and max execute statement time in pg_stat_statement
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Expanding the use of FLEXIBLE_ARRAY_MEMBER for declarations like foo[1]