Re: Date-time extraneous fields with reserved keywords

Поиск
Список
Период
Сортировка
От Joseph Koshakow
Тема Re: Date-time extraneous fields with reserved keywords
Дата
Msg-id CAAvxfHezhw8G=5qHEnCsZa4rmOS-YPt=5LJD5ZCbvCeLT5j=wg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Date-time extraneous fields with reserved keywords  (Joseph Koshakow <koshy44@gmail.com>)
Ответы Re: Date-time extraneous fields with reserved keywords  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Attached is the described patch. I have two notes
after implementing it:
  - It feels like a bit of an abstraction break to
  set tmask without actually setting any fields in
  tm.
  - I'm not sure if we should hard code in those
  three specific reserved keywords or set tmask
  in the default case.

Any thoughts?

- Joe Koshakow
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq-fe.h should compile *entirely* standalone
Следующее
От: "Joel Jacobson"
Дата:
Сообщение: Re: Missing free_var() at end of accum_sum_final()?