index 3f9ed549f9221b34acccd8ceaf7f368529968506..82d22e4eed76754f1bb7beca7152a367c08bd2a5 100644 (file)
InitializeMaxBackends();
CreateSharedMemoryAndSemaphores();
+
+ /*
+ * Remember stand-alone backend startup time, roughly at the same
+ * point during startup that postmaster does so.
+ */
+ PgStartTime = GetCurrentTimestamp();
}
/*
initStringInfo(&row_description_buf);
MemoryContextSwitchTo(TopMemoryContext);
- /*
- * Remember stand-alone backend startup time
- */
- if (!IsUnderPostmaster)
- PgStartTime = GetCurrentTimestamp();
-
/*
* POSTGRES main processing loop begins here
*