Re: Wire protocol encoding for 'inet' type is defined unreliably - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Wire protocol encoding for 'inet' type is defined unreliably
Date
Msg-id 8169.1427383911@sss.pgh.pa.us
Whole thread Raw
In response to Wire protocol encoding for 'inet' type is defined unreliably  (Duncan Smith <Duncan@xrtc.net>)
List pgsql-bugs
Duncan Smith <Duncan@xrtc.net> writes:
> I noticed today that the network encoding of the 'inet' type uses values
> derived from the system header file <sys/socket.h> to tag whether the
> address is IPv4 or IPv6.

> In particular, <src/include/utils/inet.h> defines PGSQL_AF_INET to be
> AF_INET, which is 2 on my system.  Wouldn't it be better to use a more
> constant constant for this purpose?

Yeah, in a green field that would have been the thing to do, but at
this point it's years too late to change it.  If there are any platforms
where AF_INET is different from 2, changing those constants would break
both on-disk storage and binary-format dumps for them.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: [pgsql-pkg-yum] BUG #12902: The PostgreSQL repository lacks the pg_top package.
Next
From: Kevin Grittner
Date:
Subject: Re: BUG #12896: Unable to export data from Postgresql database