From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/test/regress/expected (inet.out) |
Date: | 2000-08-03 23:07:51 |
Message-ID: | 200008032307.e73N7pF16399@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Thursday, August 3, 2000 @ 19:07:50
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
from hub.org:/home/projects/pgsql/tmp/cvs-serv16370/test/regress/expected
Modified Files:
inet.out
----------------------------- Log Message -----------------------------
Convert inet-related functions to new fmgr style. I have also taken it
on myself to do something about the non-self-consistency of the inet
comparison functions. The results are probably still semantically wrong
(inet and cidr should have different comparison semantics, I think)
but at least the boolean operators now agree with each other and with
the sort order of indexes on inet/cidr.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-08-03 23:08:02 | pgsql/src/include/utils (builtins.h inet.h) |
Previous Message | Tom Lane | 2000-08-03 23:07:50 | pgsql/src/include/catalog (pg_proc.h) |