Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-30T18:15:40Z
Lists: pgsql-hackers
Attachments
- v4-0001-Fix-incorrect-uses-of-Datum-conversion-macros.patch (application/octet-stream) patch v4-0001
- v4-0002-Convert-GetDatum-and-DatumGet-macros-to-inline-fu.patch (application/octet-stream) patch v4-0002
Hi hackers, > Here is v3 with silenced compiler warnings. Some more warnings were reported by cfbot, so here is v4. Apologies for the noise. -- Best regards, Aleksander Alekseev
Commits
-
Convert *GetDatum() and DatumGet*() macros to inline functions
- c8b2ef05f481 16.0 landed
- 595836e99bf1 16.0 landed
-
Fix incorrect uses of Datum conversion macros
- 6bcda4a72123 16.0 landed