Re: generate_series for timestamptz and time zone problem

Поиск
Список
Период
Сортировка
От Przemysław Sztoch
Тема Re: generate_series for timestamptz and time zone problem
Дата
Msg-id 4e57ff10-bf22-ae58-74c2-93c696450eae@sztoch.pl
обсуждение исходный текст
Ответ на Re: generate_series for timestamptz and time zone problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: generate_series for timestamptz and time zone problem  (Przemysław Sztoch <przemyslaw@sztoch.pl>)
Список pgsql-hackers
Tom Lane wrote on 14.06.2022 15:43:
Przemysław Sztoch <przemyslaw@sztoch.pl> writes:
Please let me know what is the convention (procedure) of adding new 
functions to pg_proc. Specifically how oid is allocated.
See
https://www.postgresql.org/docs/devel/system-catalog-initial-data.html#SYSTEM-CATALOG-OID-ASSIGNMENT
(you should probably read that whole chapter for context).
Thx.

There is another patch.
It works, but one thing is wrongly done because I lack knowledge.

Where I'm using DirectFunctionCall3 I need to pass the timezone name, but I'm using cstring_to_text and I'm pretty sure there's a memory leak here. But I need help to fix this.
I don't know how best to store the timezone in the generate_series context. Please, help.
--
Przemysław Sztoch | Mobile +48 509 99 00 66
Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: better page-level checksums
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Small TAP improvements