Re: ps command does not show walsender's connected db - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: ps command does not show walsender's connected db
Date
Msg-id 1aa31e62-3236-6a07-8569-0cac6b2fb42d@oss.nttdata.com
Whole thread Raw
In response to Re: ps command does not show walsender's connected db  (bt22nakamorit <bt22nakamorit@oss.nttdata.com>)
Responses Re: ps command does not show walsender's connected db  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List 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 by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: [patch] \g with multiple result sets and \watch with copy queries
Next
From: Robert Haas
Date:
Subject: Re: Avoid mix char with bool type in comparisons