Re: Convert macros to static inline functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Convert macros to static inline functions
Date
Msg-id edde71d5-c0cf-723f-f248-269aa5bcb810@enterprisedb.com
Whole thread Raw
In response to Convert macros to static inline functions  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: Convert macros to static inline functions  (Amul Sul <sulamul@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Use XLogFromFileName() in pg_resetwal to parse position from WAL file
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Use XLogFromFileName() in pg_resetwal to parse position from WAL file