Re: UTC is not a time zone? - Mailing list pgsql-general

From Tom Lane
Subject Re: UTC is not a time zone?
Date
Msg-id 831534.1715625372@sss.pgh.pa.us
Whole thread Raw
In response to Re: UTC is not a time zone?  (Christophe Pettus <xof@thebuild.com>)
List pgsql-general
Christophe Pettus <xof@thebuild.com> writes:
>> On May 13, 2024, at 11:26, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>> May not induce the error unless there are parallel workers involved.

> Indeed.  I'll see about pulling together a test case that forces that.

Right.  Once a backend process has loaded a zone file, it caches that
in a hash table that it will never flush (which is arguably a bug for
other reasons, since those files aren't really immutable, but that's
how it behaves today).  So you've got 0 chance of hitting this via
repeat SET TIMEZONE in a single backend.

            regards, tom lane



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: UTC is not a time zone?
Next
From: Rama Krishnan
Date:
Subject: Valid until