Re: Assertion failure in pg_copy_logical_replication_slot() - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Assertion failure in pg_copy_logical_replication_slot()
Date
Msg-id a0dcbd06-f345-61f4-a201-85fff7d840ac@oss.nttdata.com
Whole thread Raw
In response to Re: Assertion failure in pg_copy_logical_replication_slot()  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers

On 2020/06/24 23:58, Alvaro Herrera wrote:
> On 2020-Jun-24, Fujii Masao wrote:
> 
>>> I think the errcode is a bit bogus considering the new case.
>>> IMO ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE is more appropriate.
>>
>> Agreed. So I updated the patch so this errcode is used instead.
>> Patch attached.
> 
> LGTM.

Thanks! Pushed.

Regards,

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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] COPY command's data format option allows only lowercasecsv, text or binary
Next
From: Tom Lane
Date:
Subject: Re: should libpq also require TLSv1.2 by default?