--- postgresql-8.0.1/src/backend/postmaster/postmaster.c	Wed Jan 12 08:38:17 2005
+++ patched-postgresql-8.0.1/src/backend/postmaster/postmaster.c	Thu Feb 24 08:20:46 2005
@@ -915,6 +915,11 @@
 	 */
 	StartupPID = StartupDataBase();
 
+	/*
+	 * Set the server start time.
+	 */
+	MarkServerStartTime();
+	
 	status = ServerLoop();
 
 	/*
