Re: Date-time extraneous fields with reserved keywords
Joseph Koshakow <koshy44@gmail.com>
From: Joseph Koshakow <koshy44@gmail.com>
To: Keisuke Kuroda <kuroda.keisuke@nttcom.co.jp>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-03-04T17:29:09Z
Lists: pgsql-hackers
Attachments
- v2-0001-Handle-extraneous-fields-in-date-time-input.patch (text/x-patch) patch v2-0001
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
Commits
-
Reject combining "epoch" and "infinity" with other datetime fields.
- bcc704b52490 16.0 landed