--- postgresql-8.0.1/src/include/utils/timestamp.h Fri Dec 31 14:03:46 2004 +++ patched-postgresql-8.0.1/src/include/utils/timestamp.h Thu Feb 24 08:19:46 2005 @@ -248,6 +248,9 @@ extern Datum timestamptz_part(PG_FUNCTION_ARGS); extern Datum now(PG_FUNCTION_ARGS); +extern void MarkServerStartTime(void); +extern Datum server_start_time(PG_FUNCTION_ARGS); + /* Internal routines (not fmgr-callable) */