From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Non-decimal integer literals |
Date: | 2022-10-10 14:17:23 |
Message-ID: | 071c40f2-15cf-5db3-8799-dbac041bb881@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 16.02.22 11:11, Peter Eisentraut wrote:
> The remaining patches are material for PG16 at this point, and I will
> set the commit fest item to returned with feedback in the meantime.
Time to continue with this.
Attached is a rebased and cleaned up patch for non-decimal integer
literals. (I don't include the underscores-in-numeric literals patch.
I'm keeping that for later.)
Two open issues from my notes:
Technically, numeric_in() should be made aware of this, but that seems
relatively complicated and maybe not necessary for the first iteration.
Taking another look around ecpg to see how this interacts with C-syntax
integer literals. I'm not aware of any particular issues, but it's
understandably tricky.
Other than that, this seems pretty complete as a start.
Attachment | Content-Type | Size |
---|---|---|
v9-0001-Non-decimal-integer-literals.patch | text/plain | 28.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | shiy.fnst@fujitsu.com | 2022-10-10 14:28:27 | RE: Fix some newly modified tab-complete changes |
Previous Message | Jonathan S. Katz | 2022-10-10 14:08:30 | PostgreSQL 15 GA - Oct 13, 2022 |