Remove byte-masking macros for Datum conversion macros

Peter Eisentraut <peter_e@gmx.net>

Commit: a6ef00b5c3c4a287e03b634d328529b69cc1e770
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-01-26T13:46:27Z
Releases: 11.0
Remove byte-masking macros for Datum conversion macros

As the comment there stated, these were needed for old-style
user-defined functions, but since we removed support for those, we don't
need this anymore.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Files

PathChange+/−
src/include/postgres.h modified +34 −56