pgsql: Refactor page compactifying code.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Refactor page compactifying code.
Дата
Msg-id E1YIcJg-00063c-3B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor page compactifying code.

The logic to compact away removed tuples from page was duplicated with
small differences in PageRepairFragmentation, PageIndexMultiDelete, and
PageIndexDeleteNoCompact. Put it into a common function.

Reviewed by Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/809d9a260b5d068a6a366273cd724bf9b396b026

Modified Files
--------------
src/backend/storage/page/bufpage.c |  130 +++++++++++++++---------------------
1 file changed, 53 insertions(+), 77 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Rephrase the documentation on pg_receivexlog --synchronous optio
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add API functions to libpq to interrogate SSL related stuff.