Re: pgsql: Perform provider-specific initialization in new functions. - Mailing list pgsql-committers

From Jeff Davis
Subject Re: pgsql: Perform provider-specific initialization in new functions.
Date
Msg-id 97199d95e7fc74fc169fdce410942f854cd774b6.camel@j-davis.com
Whole thread
In response to Re: pgsql: Perform provider-specific initialization in new functions.  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-committers
On Tue, 2026-04-21 at 21:48 -0700, Jeff Davis wrote:
> I attached a new patch, and only the commit message is different,
> which
> I plan to backport to 17.

Committed.

> There's another bug, though. Even with the patch applied, if you do
> the
> same pg_receivewal command immediately after starting the server
> (without any other connections), you get:
>
>   FATAL:  cannot read pg_class without having selected a database

This is a separate issue so I moved the discussion here:

https://www.postgresql.org/message-id/d8f8e11f06d692fff89e6be0f22732d30cf695a0.camel@j-davis.com

Any other loose ends from this discussion?

Regards,
    Jeff Davis



pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: catcache.c: use C_COLLATION_OID for texteqfast/texthashfast.