Re: Cleaning up array_in() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Cleaning up array_in()
Date
Msg-id 4061057.1685932708@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cleaning up array_in()  (Nikhil Benesch <nikhil.benesch@gmail.com>)
Responses Re: Cleaning up array_in()
List pgsql-hackers
Nikhil Benesch <nikhil.benesch@gmail.com> writes:
> I took a look at 0002 because I attempted a similar but more surgical
> fix in [0].
> I spotted a few opportunities for further reducing state tracked by
> `ArrayCount`.

Wow, thanks for looking!  I've not run these suggestions to ground
(and won't have time for a few days), but they sound very good.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)
Next
From: Richard Guo
Date:
Subject: Re: postgres_fdw: wrong results with self join + enable_nestloop off