pgsql: Fix incorrect addition, subtraction, and overflow checking in new

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect addition, subtraction, and overflow checking in new
Date: 2006-02-11 20:39:59
Message-ID: 20060211203959.796A89DC8E1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect addition, subtraction, and overflow checking in new
inet operators.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
network.c (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/network.c.diff?r1=1.64&r2=1.65)
pgsql/src/include/catalog:
pg_proc.h (r1.395 -> r1.396)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.395&r2=1.396)
pgsql/src/test/regress/expected:
inet.out (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/inet.out.diff?r1=1.20&r2=1.21)
pgsql/src/test/regress/sql:
inet.sql (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/inet.sql.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-11 21:55:35 pgsql: o Improve psql's handling of multi-line statements Currently,
Previous Message Tom Lane 2006-02-11 19:46:42 Re: pgsql: Add INET/CIDR operators: and, or, not, plus