From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Arrays of domains |
Date: | 2017-09-21 19:49:21 |
Message-ID: | 30103.1506023361@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I wrote:
> Here's a rebased-up-to-HEAD version of this patch set. The only
> actual change is removal of a no-longer-needed hunk in pl_exec.c.
I see the patch tester is complaining that this broke, due to commit
4bd199465. The fix is trivial (s/GETARG_ANY_ARRAY/GETARG_ANY_ARRAY_P/)
but for convenience here's an updated patch set.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
01-rationalize-coercion-APIs-3.patch | text/x-diff | 14.3 KB |
02-reimplement-ArrayCoerceExpr-3.patch | text/x-diff | 42.4 KB |
03-support-arrays-of-domains-3.patch | text/x-diff | 9.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2017-09-21 19:49:40 | Re: ICU locales and text/char(n) SortSupport on Windows |
Previous Message | Peter Geoghegan | 2017-09-21 19:21:57 | Re: ICU locales and text/char(n) SortSupport on Windows |