Update to version 7.3.11

Migration to version 7.3.11

   A dump/restore is not required for those running 7.3.X. However, if you
   are upgrading from a version earlier than 7.3.10, see the release notes
   for 7.3.10.
     __________________________________________________________________

Changes

     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Various memory leakage fixes
     * Various portability improvements
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type
This commit is contained in:
Palle Girgensohn 2005-10-04 23:31:34 +00:00
parent 48ff890584
commit f55ea704d4
2 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
PORTNAME?= postgresql
PKGNAMESUFFIX?= -server
PORTVERSION?= 7.3.10
PORTVERSION?= 7.3.11
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View File

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.3.10.tar.bz2) = d0c5131bad7330b35a0168f871a87711
SIZE (postgresql/postgresql-base-7.3.10.tar.bz2) = 5645041
MD5 (postgresql/postgresql-docs-7.3.10.tar.bz2) = 4e3d402834f19677ef1fe5076589b56a
SIZE (postgresql/postgresql-docs-7.3.10.tar.bz2) = 2347114
MD5 (postgresql/postgresql-opt-7.3.10.tar.bz2) = 7ffe5bd823436f77f40c6c2e236cac15
SIZE (postgresql/postgresql-opt-7.3.10.tar.bz2) = 340962
MD5 (postgresql/postgresql-test-7.3.10.tar.bz2) = b6d0600ad86f35283bda39e94421940a
SIZE (postgresql/postgresql-test-7.3.10.tar.bz2) = 908349
MD5 (postgresql/postgresql-base-7.3.11.tar.bz2) = b72b5a505e87e994c27a85b1efb9744c
SIZE (postgresql/postgresql-base-7.3.11.tar.bz2) = 5666278
MD5 (postgresql/postgresql-docs-7.3.11.tar.bz2) = 5bfb2e5386332d00ad00f7631831cb0e
SIZE (postgresql/postgresql-docs-7.3.11.tar.bz2) = 2347416
MD5 (postgresql/postgresql-opt-7.3.11.tar.bz2) = cb9ffad14fa603021085c524ecafec09
SIZE (postgresql/postgresql-opt-7.3.11.tar.bz2) = 340624
MD5 (postgresql/postgresql-test-7.3.11.tar.bz2) = aac4285fde9a7480495403e38de9f0b8
SIZE (postgresql/postgresql-test-7.3.11.tar.bz2) = 907507