pgsql: Remove byte-masking macros for Datum conversion macros

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove byte-masking macros for Datum conversion macros
Дата
Msg-id E1ef4sA-0007PJ-IK@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Remove byte-masking macros for Datum conversion macros  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6ef00b5c3c4a287e03b634d328529b69cc1e770

Modified Files
--------------
src/include/postgres.h | 90 +++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 56 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix C comment typo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use abstracted SSL API in server connection log messages