pgsql: Turn HeapKeyTest macro into inline function

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Turn HeapKeyTest macro into inline function
Date: 2022-11-16 12:28:38
Message-ID: E1ovHWw-000S4X-5R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Turn HeapKeyTest macro into inline function

It is easier to read as a function.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/CAAKRu_YSOnhKsDyFcqJsKtBSrd32DP-jjXmv7hL0BPD-z0TGXQ(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4eb3b11200010bf1342e51ff0f2622bba0e05c0c

Modified Files
--------------
src/backend/access/heap/heapam.c | 8 ++--
src/include/access/valid.h | 81 +++++++++++++++++-----------------------
2 files changed, 39 insertions(+), 50 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-16 15:02:24 pgsql: Remove useless casts
Previous Message Peter Eisentraut 2022-11-16 10:30:07 pgsql: Remove unused include