]> granicus.if.org Git - postgresql/commit
Remove byte-masking macros for Datum conversion macros
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 23 Jan 2018 16:19:12 +0000 (11:19 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 26 Jan 2018 13:46:27 +0000 (08:46 -0500)
commita6ef00b5c3c4a287e03b634d328529b69cc1e770
tree14eb3dd4b4b3adefac6c871a95a4ec8e6542fd27
parent6588a43bcacca872fafba10363d346b806964d90
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>
src/include/postgres.h