Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong use of Const instead of Datum
PG16 converted the *GetDatum() and DatumGet*() macros to inline functions. This enabled the compiler to catch a wrong use of Const instead of Datum. postgres/postgres@c8b2ef0
- Loading branch information