Re: Convert *GetDatum() and DatumGet*() macros to inline functions

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-08-30T13:46:35Z
Lists: pgsql-hackers
Aleksander Alekseev <aleksander@timescale.com> writes:
> Do you think this should be backported?

Impossible, it's an ABI break.

			regards, tom lane



Commits

  1. Convert *GetDatum() and DatumGet*() macros to inline functions

  2. Fix incorrect uses of Datum conversion macros