pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an
Дата
Msg-id E1RNse1-0006Dp-Ut@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
a new macro, DatumGetInetPP(), that does not. This brings these macros
in line with other DatumGet*P() macros.

Backpatch to 8.3, where 1-byte header varlenas were introduced.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3944238aabf29bf96f3fc2d332f6e80746553246

Modified Files
--------------
src/backend/utils/adt/network.c |    2 +-
src/include/utils/inet.h        |    4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Remove hstore's text => text operator.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an