Re: generate_series for timestamptz and time zone problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andreas 'ads' Scherbaum" <ads(at)pgug(dot)de>
Cc: Gurjeet Singh <gurjeet(at)singh(dot)im>, Przemysław Sztoch <przemyslaw(at)sztoch(dot)pl>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: generate_series for timestamptz and time zone problem
Date: 2023-03-18 18:18:04
Message-ID: 539747.1679163484@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pushed v7 after making a bunch of cosmetic changes. One gripe
I had was that rearranging the logic in timestamptz_pl_interval[_internal]
made it nearly impossible to see what functional changes you'd made
there, while not really buying anything in return. I undid that to
make the diff readable.

I did not push the fmgr.h changes. Maybe that is worthwhile (although
I'd vote against it), but it certainly does not belong in a localized
feature patch.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2023-03-18 18:30:38 Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode
Previous Message Pavel Stehule 2023-03-18 16:57:32 Re: proposal: psql: psql variable BACKEND_PID