pgsql: INT4 is probably enough: < * Allow INET + INT4/INT8 to increment

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: INT4 is probably enough: < * Allow INET + INT4/INT8 to increment
Date: 2005-05-21 21:31:27
Message-ID: 20050521213127.2EF5152874@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
INT4 is probably enough:

< * Allow INET + INT4/INT8 to increment the host part of the address, or
> * Allow INET + INT4 to increment the host part of the address, or

Modified Files:
--------------
pgsql/doc:
TODO (r1.1534 -> r1.1535)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1534&r2=1.1535)
pgsql/doc/src/FAQ:
TODO.html (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-22 22:30:20 pgsql: Teach the planner to remove SubqueryScan nodes from the plan if
Previous Message Neil Conway 2005-05-21 12:08:06 pgsql: Cleanup of GiST extensions in contrib/: now that we always invoke