On Fri, Nov 22, 2024 at 02:01:41PM -0600, Nathan Bossart wrote:
> static HeapTuple
> GetDatabaseTuple(const char *dbname)
> {
> HeapTuple tuple;
> Relation relation;
> + char tname[NAMEDATALEN];
(tuple should be initialized to NULL here. I accidentally left that out.)
--
nathan