[HACKERS] Refactoring of replication commands using printsimple

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема [HACKERS] Refactoring of replication commands using printsimple
Дата
Msg-id CAB7nPqTitQkbW+10fnZD5DGEhs4_y_KfmFs2T8H+B8zhk7sczQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Refactoring of replication commands using printsimple  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi all,

This is a follow up of the refactoring that has been discussed in the
thread to increase the default size of WAL segments:
https://www.postgresql.org/message-id/CAB7nPqQ4hyNrLq+W1JrrYVSySOxuQa40PYb2Uw5UQkKaG4hong@mail.gmail.com

The discussion has resulted in the creation of a84069d9 that has
introduced a new DestReceiver method called printsimple that does not
need any catalog access. After some investigation, I have noticed that
a couple of messages used in the replication protocol could be
refactored as well:
- IDENTIFY_SYSTEM
- TIMELINE_HISTORY
- CREATE_REPLICATION_SLOT
This results in the following code reduction:
 3 files changed, 115 insertions(+), 162 deletions(-)

A commit fest entry has been created:
https://commitfest.postgresql.org/13/978/

Thanks,
-- 
Michael

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] amcheck (B-Tree integrity checking tool)