[MASSMAIL]postgres_fdw fails because GMT != UTC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [MASSMAIL]postgres_fdw fails because GMT != UTC
Дата
Msg-id 465248.1712211585@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: postgres_fdw fails because GMT != UTC
Re: postgres_fdw fails because GMT != UTC
Список pgsql-hackers
Over at [1] we have a complaint of postgres_fdw failing with
a remote-server error

> ERROR:  invalid value for parameter "TimeZone": "UTC"

I am not quite clear on how broken an installation needs to be to
reject "UTC" as a time zone setting, except that the breakage cannot
be subtle.  However, I notice that our code in pgtz.c and other
places treats "GMT" as a hard-wired special case ... but not "UTC".
I wonder if we ought to modify those places to force "UTC" down the
same hard-wired paths.  If we acted like that, this would have worked
no matter how misconfigured the installation was.

An alternative answer could be to change postgres_fdw to send "GMT"
not "UTC".  That's ugly from a standards-compliance viewpoint, but
it would fix this problem even with a non-updated remote server,
and I think postgres_fdw is generally intended to work with even
very old remote servers.

Or we could do both.

Thoughts?

            regards, tom lane

[1] https://www.postgresql.org/message-id/flat/5DF49366-10D1-42A4-99BF-F9A7DC3AB0F4%40mailbox.org



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Schema variables - new implementation for Postgres 15
Следующее
От: Thomas Munro
Дата:
Сообщение: [MASSMAIL]WIP: Vectored writeback