Re: Add support for AT LOCAL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add support for AT LOCAL
Date
Msg-id 2287835.1697464481@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add support for AT LOCAL  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Add support for AT LOCAL
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Perhaps that's a stupid question..  But a server running under this
> environment fails the two following queries even for older branches,
> right?
> select timezone('UTC', '23:59:59.99-07'::timetz);
> select timezone('UTC', '23:59:00-07'::timetz);

One would expect, since the AT LOCAL syntax is just sugar for that.

I'm mighty tempted though to (a) add coverage for timetz_izone
to HEAD, and (b) backpatch the new tests, sans the AT LOCAL case,
to the back branches (maybe not v11).

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: list of acknowledgments for PG16
Next
From: Tomas Vondra
Date:
Subject: Re: BRIN minmax multi - incorrect distance for infinite timestamp/date