From: | Oliver Ford <ojford(at)gmail(dot)com> |
---|---|
To: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
Cc: | li(dot)evan(dot)chao(at)gmail(dot)com, krasiyan(at)gmail(dot)com, tgl(at)sss(dot)pgh(dot)pa(dot)us, vik(at)postgresfriends(dot)org, andrew(at)tao11(dot)riddles(dot)org(dot)uk, david(at)fetter(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options |
Date: | 2025-09-24 12:24:02 |
Message-ID: | CAGMVOdtM_Ur=DO2MbddNKRMsN5+BbFqTs679rt7hfiWzjMo0ag@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Sep 24, 2025 at 6:39 AM Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
> I tried to change all "int ignore_nulls;" to "uint8 ignore_nulls;" but
> gen_node_support.pl dislikes it and complains like:
>
> could not handle type "uint8" in struct "FuncCall" field "ignore_nulls"
>
>
uint8 was missing in one place in that perl script. The attached patch
silences it for uint8/uint16.
Attachment | Content-Type | Size |
---|---|---|
0001-Add-uint8-uint16-to-gen_node_support.patch | application/x-patch | 847 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2025-09-24 12:27:47 | Re: plan shape work |
Previous Message | Ajin Cherian | 2025-09-24 12:05:10 | Re: Improve pg_sync_replication_slots() to wait for primary to advance |