Re: How is this possible "publication does not exist"

From: operations i <ioperations(dot)c(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: How is this possible "publication does not exist"
Date: 2022-05-25 06:42:30
Message-ID: CANWRaJy+EdoLSGamNXxNw=WpKpQrs7mnJEcG2ChkgzQeqPQA4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

sure, I've test the patch [1] using script provided before, and it seems ok
[1]
https://www.postgresql.org/message-id/CAA4eK1LwQAEPJMTwVe3UYODeNMkK2QHf-WZF5aXp5ZcjDRcrUA%40mail.gmail.com

On Wed, May 25, 2022 at 4:09 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:

> On Wed, May 25, 2022 at 9:32 AM operations i <ioperations(dot)c(at)gmail(dot)com>
> wrote:
>
>> During a detailed test , I've found the order of replication slot
>> creation and publication creation is not the key point , but after
>> replication slot creation , there should not be any insertion to the
>> table,so I wonder why the change ( my case insert) will lead to
>> src/backend/catalog/pg_publication:1040 GetSysCacheOid1() cache miss.
>>
>
> It is due to the reason that both slot creation and 'insert' are before
> "CREATE PUBLICATION". Without inserts, it won't try to decode anything
> before the publication is created. Can you test it with the patch provided
> in the email [1] and if possible join that thread for discussion on this
> topic.
>
> [1] -
> https://www.postgresql.org/message-id/CAA4eK1LwQAEPJMTwVe3UYODeNMkK2QHf-WZF5aXp5ZcjDRcrUA%40mail.gmail.com
>
> --
> With Regards,
> Amit Kapila.
>

Attachment Content-Type Size
init.sh application/x-shellscript 4.2 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2022-05-25 11:44:54 Re: BUG #17485: Records missing from Primary Key index when doing REINDEX INDEX CONCURRENTLY
Previous Message Andres Freund 2022-05-25 04:20:49 Re: BUG #17485: Records missing from Primary Key index when doing REINDEX INDEX CONCURRENTLY

Browse pgsql-general by date

  From Date Subject
Next Message jian he 2022-05-25 07:19:11 Re: cast to domain with default collation issue.
Previous Message David G. Johnston 2022-05-25 06:38:24 Re: cast to domain with default collation issue.