> 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.