-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
in single stage of initdb there are two revoke operation that raise because a tuple is assumed in use in an already open transaction.
REVOKE ALL ON pg_largeobject FROM PUBLIC;
REVOKE CREATE,TEMPORARY ON DATABASE template1 FROM public;
pglite-build/pglite-REL_17_4_WASM/pgl_mains.c
Line 101 in e4ac5e8
#if FIXME |
nb: in 16.4 the workaround was to not use exit on error when running initdb, but now all errors will block initdb : panic or report error properly.
Metadata
Metadata
Assignees
Labels
No labels