Re: Document NULL
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, jian he <jian.universality@gmail.com>, Jeff Davis <pgsql@j-davis.com>, Yugo NAGATA <nagata@sraoss.co.jp>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter@eisentraut.org>, David Rowley <dgrowleyml@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Marcos Pegoraro <marcos@f10.com.br>
Date: 2025-12-15T22:12:54Z
Lists: pgsql-hackers
Attachments
- 0001-v9.patch (text/x-patch)
- 0002-v9-edit.patch (text/x-patch)
On Thu, Nov 13, 2025 at 11:52 PM Chao Li <li.evan.chao@gmail.com> wrote: > > > > On Nov 11, 2025, at 23:34, Álvaro Herrera <alvherre@kurilemu.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.