Re: Cleaning up array_in()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nikhil Benesch <nikhil.benesch@gmail.com>
Cc: Alexander Lakhin <exclusion@gmail.com>,
Nathan Bossart <nathandbossart@gmail.com>,
jian he <jian.universality@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2023-07-08T19:34:51Z
Lists: pgsql-hackers
Attachments
- v3-0001-Simplify-and-speed-up-ReadArrayStr.patch (text/x-diff) patch v3-0001
- v3-0002-Rewrite-ArrayCount-to-make-dimensionality-checks-.patch (text/x-diff) patch v3-0002
- v3-0003-Re-indent-ArrayCount.patch (text/x-diff) patch v3-0003
I wrote: > That got sideswiped by ae6d06f09, so here's a trivial rebase to > pacify the cfbot. Sigh, this time with patch. regards, tom lane
Commits
-
Don't specify number of dimensions in cases where we don't know it.
- 8d5573b92e66 17.0 landed
-
Improve readability and error detection of array_in().
- 83472de606db 17.0 landed
-
Add trailing commas to enum definitions
- 611806cd726f 17.0 cited