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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3b8161723c645853021b57330dd2ea0484ec6131 Modified Files -------------- src/backend/utils/adt/network.c | 2 +- src/include/utils/inet.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
