Re: WARNING: missing lock on database "postgres" (OID 5) @ TID (0,4) - Mailing list pgsql-hackers

From Noah Misch
Subject Re: WARNING: missing lock on database "postgres" (OID 5) @ TID (0,4)
Date
Msg-id 20241216234332.59.nmisch@google.com
Whole thread Raw
In response to WARNING: missing lock on database "postgres" (OID 5) @ TID (0,4)  (Alexander Kukushkin <cyberdemn@gmail.com>)
List pgsql-hackers
On Wed, Dec 11, 2024 at 11:37:49AM +0500, Kirill Reshke wrote:
> PFAv4
> 
> regressdeptestdb1 -> regressiondeptestdb1

The reason I said databases.sql for the test is that CREATE DATABASE is
expensive.  We currently have just one successful CREATE DATABASE in the
src/test/regress suite, and we shouldn't add more that reasonably could
instead harness the existing one.  Would you do it that way?



pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Log connection establishment timings
Next
From: Tom Lane
Date:
Subject: Missing initialization steps in --check and --single modes