Re: ps command does not show walsender's connected db

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: ps command does not show walsender's connected db
Дата
Msg-id 1aa31e62-3236-6a07-8569-0cac6b2fb42d@oss.nttdata.com
обсуждение исходный текст
Ответ на Re: ps command does not show walsender's connected db  (bt22nakamorit <bt22nakamorit@oss.nttdata.com>)
Ответы Re: ps command does not show walsender's connected db  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers

On 2022/10/07 18:43, bt22nakamorit wrote:
> 2022-10-07 16:59  Fujii Masao wrote:
> 
>> s/subscriber/publisher ?
> 
> I did not understand what this means.

Sorry for confusing wording... I was just trying to say that walsender
is connected to a database of the publisher instead of subscriber.


>> Thanks for the patch!
>>
>> -
>> +        printf("fork child process\n");
>> +        printf("    am_walsender: %d\n", am_walsender);
>> +        printf("    am_db_walsender: %d\n", am_db_walsender);
>>
>> The patch seems to include the debug code accidentally.
>> Except this, the patch looks good to me.
> 
> I apologize for the silly mistake.
> I edited the patch and attached it to this mail.

Thanks for updating the patch! LGTM.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: [patch] \g with multiple result sets and \watch with copy queries
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Avoid mix char with bool type in comparisons