Re: Date-time extraneous fields with reserved keywords - Mailing list pgsql-hackers

From Joseph Koshakow
Subject Re: Date-time extraneous fields with reserved keywords
Date
Msg-id CAAvxfHezhw8G=5qHEnCsZa4rmOS-YPt=5LJD5ZCbvCeLT5j=wg@mail.gmail.com
Whole thread Raw
In response to Re: Date-time extraneous fields with reserved keywords  (Joseph Koshakow <koshy44@gmail.com>)
Responses Re: Date-time extraneous fields with reserved keywords  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq-fe.h should compile *entirely* standalone
Next
From: "Joel Jacobson"
Date:
Subject: Re: Missing free_var() at end of accum_sum_final()?