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
Log Message:
---
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
methods in a short-lived memory context, there is no need for GiST methods
to do their own manual (and error-prone) memory management.
Modified Files:
--
pgsql/contrib/btree_gist:
Log Message:
---
Don't treat parameter status mismatch as fatal.
Some parameters such as TimeZone may not identical among servers
if they are located at different countries (or places).
Modified Files:
--
pgpool:
pool.h (r1.1.1.1 -> r1.2)
(http://cvs.pgfoun