pgsql: Minor mop-up for List improvements.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor mop-up for List improvements.
Date: 2020-09-28 02:31:05
Message-ID: E1kMiwT-0007k2-4P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d299a492454f9ffdf0fd8fe1fd6303c8ddf805a

Modified Files
--------------
src/backend/catalog/objectaddress.c | 2 +-
src/backend/commands/sequence.c | 2 +-
src/backend/nodes/list.c | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-09-28 03:48:12 pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro
Previous Message Fujii Masao 2020-09-28 02:24:19 pgsql: Improve tab-completion for DEALLOCATE.