Re: something has gone wrong, but what is it? - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: something has gone wrong, but what is it?
Date
Msg-id F5E4B54F-7E4D-495B-AA9C-C92D7B054EF1@yandex-team.ru
Whole thread Raw
In response to Re: something has gone wrong, but what is it?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: something has gone wrong, but what is it?
List pgsql-hackers

> On 10 Aug 2022, at 19:49, Robert Haas <robertmhaas@gmail.com> wrote:
> 
> After a bit of further looking around I noticed that there's another
> check for an invalid auxtype in this function which uses a slightly
> different message text and also PANIC rather than ERROR.

Is there a reason to do
MyBackendType = B_INVALID;
after PANIC or ERROR?

Best regards, Andrey Borodin.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: moving basebackup code to its own directory
Next
From: Greg Stark
Date:
Subject: Re: shared-memory based stats collector - v70