Minor mop-up for List improvements.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d299a492454f9ffdf0fd8fe1fd6303c8ddf805a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-09-28T02:30:52Z
Releases: 14.0
Minor mop-up for List improvements.

Fix a few places that were using written-out versions of the
pg_list.h macros that commit cc99baa43 just improved, making them
also use those macros so as to gain whatever performance improvement
is to be had.

Discussion: https://postgr.es/m/CAApHDvpo1zj9KhEpU2cCRZfSM3Q6XGdhzuAS2v79PH7WJBkYVA@mail.gmail.com

Files

PathChange+/−
src/backend/catalog/objectaddress.c modified +1 −1
src/backend/commands/sequence.c modified +1 −1
src/backend/nodes/list.c modified +6 −6

Discussion