Re: Anybody want to check for Windows timezone updates? - Mailing list pgsql-hackers

From Juan José Santamaría Flecha
Subject Re: Anybody want to check for Windows timezone updates?
Date
Msg-id CAC+AXB2Bo0zVXFJ5YhSBy1aXVnDKEo--f_nN=zUP5DYtgn-Mxw@mail.gmail.com
Whole thread Raw
In response to Re: Anybody want to check for Windows timezone updates?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Anybody want to check for Windows timezone updates?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On Fri, Apr 24, 2020 at 11:55 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:

Thanks!  That was a bit tedious --- I suppose it's not quite worth
automating further, but I did make some effort to remove the cross-version
formatting hazards in that table.

That might explain why it gets updated not so often. Forcing errors with a Spanish installation, so please forget about the description, the new format is more consistent with findtimezone.c:

        {
                /* (UTC+04:30) Kabul */
                "Hora estßndar de Afganistßn", "Hora de verano de Afganistßn",
                "FIXME"
        },

Could you verify that there are no complaints now with HEAD?
I might've fat-fingered something.

Nothing gets reported with current HEAD.

Regards,

Juan José Santamaría Flecha

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: psql - pager support - using invisible chars for signalling endof report
Next
From: David Rowley
Date:
Subject: Re: Parallel Append can break run-time partition pruning