Re: speed up a logical replica setup

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: speed up a logical replica setup
Дата
Msg-id CAExHW5sCAU3NvPKd7msScQKvrBN-x_AdDQD-ZYAwOxuWG=oz1w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: speed up a logical replica setup  ("Euler Taveira" <euler@eulerto.com>)
Ответы Re: speed up a logical replica setup
Re: speed up a logical replica setup
Список pgsql-hackers
On Mon, Oct 23, 2023 at 9:34 AM Euler Taveira <euler@eulerto.com> wrote:

>
> It is still a WIP but I would like to share it and get some feedback.
>
>

I have started reviewing the patch. I have just read through all the
code. It's well documented and clear. Next I will review the design in
detail. Here are a couple of minor comments
1.
+tests += {
+ 'name': 'pg_subscriber',
+ 'sd': meson.current_source_dir(),
+ 'bd': meson.current_build_dir(),
+ 'tap': {
+ 'tests': [
+ 't/001_basic.pl',

COMMENT
Shouldn't we include 002_standby.pl?

2. CreateReplicationSlotLSN, is not used anywhere. Instead I see
create_logical_replication_slot() in pg_subscriber.c. Which of these
two you intend to use finally?

--
Best Wishes,
Ashutosh Bapat



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

Предыдущее
От: Nikita Malakhov
Дата:
Сообщение: Re: RFC: Pluggable TOAST
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: RFC: Pluggable TOAST