Re: Convert *GetDatum() and DatumGet*() macros to inline functions - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Date
Msg-id CAJ7c6TPKUWsxpNcQRr_kKuZv-hw3UWxZZf=t6GWKCk05QDL5eQ@mail.gmail.com
Whole thread Raw
In response to Re: Convert *GetDatum() and DatumGet*() macros to inline functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Convert *GetDatum() and DatumGet*() macros to inline functions
List pgsql-hackers
Hi Tom,

> Do you think this should be backported?
>> Impossible, it's an ABI break.

OK, got it.

Just to clarify, a break in this case is going to be the fact that we
are adding new functions, although inlined, correct? Or maybe
something else? I'm sorry this is the first time I encounter the
question of ABI compatibility in the context of Postgres, so I would
appreciate it if you could elaborate a bit.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: \pset xheader_width page as default? (Re: very long record lines in expanded psql output)
Next
From: Tom Lane
Date:
Subject: Re: Convert *GetDatum() and DatumGet*() macros to inline functions