Re: Convert macros to static inline functions

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Convert macros to static inline functions
Date: 2022-10-04 06:30:32
Message-ID: edde71d5-c0cf-723f-f248-269aa5bcb810@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 16.05.22 10:27, Peter Eisentraut wrote:
> Inspired by [0], I looked to convert more macros to inline functions.

Here is another one from the same batch of work that I somehow didn't
send in last time.

(IMO it's questionable whether this one should be an inline function or
macro at all, rather than a normal external function.)

Attachment Content-Type Size
0001-Convert-macros-to-static-inline-functions-rel.h.patch text/plain 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-10-04 06:41:30 Re: Use XLogFromFileName() in pg_resetwal to parse position from WAL file
Previous Message Michael Paquier 2022-10-04 06:28:53 Re: Use XLogFromFileName() in pg_resetwal to parse position from WAL file