pgsql: Convert macros to static inline functions (bufmgr.h)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Convert macros to static inline functions (bufmgr.h)
Date: 2022-07-13 12:54:35
Message-ID: E1oBbsv-002b4u-Kq@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Convert macros to static inline functions (bufmgr.h)

Reviewed-by: Amul Sul <sulamul(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/5b558da8-99fb-0a99-83dd-f72f05388517%40enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/include/storage/bufmgr.h | 59 +++++++++++++++++++++++++++-----------------
1 file changed, 36 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-13 15:48:26 pgsql: Remove artificial restrictions on which node types have out/read
Previous Message Alvaro Herrera 2022-07-13 11:00:08 pgsql: Plug memory leak