Re: Date-time extraneous fields with reserved keywords
kuroda.keisuke@nttcom.co.jp
From: Keisuke Kuroda <kuroda.keisuke@nttcom.co.jp>
To: pgsql-hackers@lists.postgresql.org
Cc: Joseph Koshakow <koshy44@gmail.com>
Date: 2023-03-08T05:42:15Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation: tested, passed Thank you for the response and new patch. The scope of impact is limited to 'epoch' and 'infinity'. Also, it is unlikely that these reserved words will be used in combination with time/date, so this patch is appropriate. The new status of this patch is: Ready for Committer
Commits
-
Reject combining "epoch" and "infinity" with other datetime fields.
- bcc704b52490 16.0 landed