Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Date: 2021-01-26 08:25:29
Message-ID: 3e7029a9-4a51-8f8e-725e-b735ca10c9c2@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021/01/26 17:07, Bharath Rupireddy wrote:
> On Tue, Jan 26, 2021 at 1:27 PM Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
>>> Yes, so I pushed that change to stabilize the regression test.
>>> Let's keep checking how the results of buildfarm members are changed.
>
> Sorry, I'm unfamiliar with checking the system status on the build
> farm website - https://buildfarm.postgresql.org/cgi-bin/show_failures.pl.
> I'm trying to figure that out.
>
>> +WARNING: roles created by regression test cases should have names starting with "regress_"
>> CREATE ROLE multi_conn_user2 SUPERUSER;
>> +WARNING: roles created by regression test cases should have names starting with "regress_"
>>
>> Hmm... another failure happened.
>
> My bad. I should have caught that earlier. I will take care in future.
>
> Attaching a patch to fix it.

Thanks for the patch! I also created that patch, confirmed that the test
successfully passed with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS,
and pushed the patch.

Regards,

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-01-26 08:28:48 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Previous Message Bharath Rupireddy 2021-01-26 08:07:03 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit