Re: Support for jsonpath .datetime() method

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: Support for jsonpath .datetime() method
Дата
Msg-id d9244568-08bb-5dcf-db25-540412e2e61f@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Support for jsonpath .datetime() method  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
On 25.09.2019 22:55, Alexander Korotkov wrote:

> On Mon, Sep 23, 2019 at 10:05 PM Alexander Korotkov
> <a.korotkov@postgrespro.ru> wrote:
>> I've reordered the patchset.  I moved the most debatable patch, which
>> introduces RRRR and RR and changes parsing of YYY, YY and Y to the
>> end.  I think we have enough of time in this release cycle to decide
>> whether we want this.
>>
>> Patches 0001-0005 looks quite mature for me.  I'm going to push this
>> if no objections.  After pushing them, I'm going to start discussion
>> related to RR, YY and friends in separate thread.
> Pushed.  Remaining patch is attached.  I'm going to start the separate
> thread with its detailed explanation.

Attached patch with refactoring of compareDatetime() according
to the complaints of Tom Lane in [1]:
  * extracted four subroutines for type conversions
  * extracted subroutine for error reporting
  * added default cases to all switches
  * have_error flag is expected to be not-NULL always
  * fixed errhint() message style

[1] https://www.postgresql.org/message-id/32308.1569455803%40sss.pgh.pa.us

-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: PostgreSQL12 and older versions of OpenSSL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Two pg_rewind patches (auto generate recovery conf and ensureclean shutdown)