On 2026-Jan-15, Euler Taveira wrote: > @@ -586,6 +588,8 @@ SubPostmasterMain(int argc, char *argv[]) > IsPostmasterEnvironment = true; > whereToSendOutput = DestNone; > > + MyBackendType = B_BACKEND; > + > /* > * Capture the end of process creation for logging. We don't include the > * time spent copying data from shared memory and setting up the > backend.
BTW I think SubPostmasterMain() shouldn't do this. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "Curiosity is the hope that something wondrous waits just out of sight, for we are surrounded by a garden of miracles" (Namron) (Marjorie Liu and Sana Takeda, Monstress: Inferno)
