pgsql/src/backend/postmaster postmaster.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/postmaster postmaster.c
Date
Msg-id 200202191953.g1JJraD84265@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: petere@postgresql.org
Date:
Subject: pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/r ...
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/libpq auth.c