Re: Document NULL

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, jian he <jian(dot)universality(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Subject: Re: Document NULL
Date: 2025-12-15 22:12:54
Message-ID: CAKFQuwaoYKVyFCspcn+PZ9TUG6VJOaibkhxgy_JTa30QD5qWqw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 13, 2025 at 11:52 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:

>
>
> > On Nov 11, 2025, at 23:34, Álvaro Herrera <alvherre(at)kurilemu(dot)de> wrote:
> >
> > On 2025-Jun-18, David G. Johnston wrote:
> >
> >> Version 8.
> >>
> >> Marking this Ready to Commit in CF 2025-09 (CF PG19-1)
> >
> > I have rebased this; here's v9. I haven't reviewed it in depth, but
> > intend to give it a read and get it pushed sometime in the
> > not-too-distant future, so if anybody wants to review it some more, it'd
> > be appreciated.
>
> I just reviewed this patch and got some comments:
>
>
The edit patch goes on top of v9 with some line width fixes in the
"any/in/all -> and/or" commentary locations made alongside fixing
the incorrect pairs.

I added pset display_true to the preamble since that feature has since been
added.

Plus fixing the other noted items.

I'm choosing not to worry about the implicit casting to integer/text in
the example Marcos pointed out.

David J.

Attachment Content-Type Size
0001-v9.patch text/x-patch 73.3 KB
0002-v9-edit.patch text/x-patch 11.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-12-15 22:21:46 Re: Changing the state of data checksums in a running cluster
Previous Message Matheus Alcantara 2025-12-15 22:09:06 Re: Some optimizations for COALESCE expressions during constant folding