Neil Conway <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Tom Lane) writes:
>> netmask() and hostmask() functions should return maximum-length masklen,
>> per gripe from Joe Sunday.
> Should we add some regression tests for this behavior?
Don't much care --- it doesn't seem like the kind of thing that's likely
to break again, unless someone deliberately changes the behavior (which
is what happened here AFAICT; a regression test would hardly prevent it).
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match