pgsql/src/backend/postmaster postmaster.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster postmaster.c
Date: 2002-02-19 19:53:36
Message-ID: 200202191953.g1JJraD84265@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/02/19 14:53:36

Modified files:
src/backend/postmaster: postmaster.c

Log message:
Arrange to call localtime() during postmaster startup. On most Unixen,
the first call of localtime() in a process will read /usr/lib/tztab or
local equivalent. Better to do this once in the postmaster and inherit
the data by fork() than to have to do it during every backend start.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2002-02-19 19:54:43 pgsql/src/backend/tcop postgres.c
Previous Message tgl 2002-02-19 19:49:13 pgsql/src/backend/libpq auth.c