Re: something has gone wrong, but what is it?

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: something has gone wrong, but what is it?
Date: 2022-08-10 18:06:01
Message-ID: F5E4B54F-7E4D-495B-AA9C-C92D7B054EF1@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 10 Aug 2022, at 19:49, Robert Haas <robertmhaas(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2022-08-10 18:18:25 Re: shared-memory based stats collector - v70
Previous Message Robert Haas 2022-08-10 18:04:00 Re: moving basebackup code to its own directory