This bug was fixed in the package postgresql-8.4 - 8.4.14-0ubuntu11.04

---------------
postgresql-8.4 (8.4.14-0ubuntu11.04) natty-proposed; urgency=low

  * New upstream bug fix release: (LP: #1055944)
    - Fix planner's assignment of executor parameters, and fix executor's
      rescan logic for CTE plan nodes.
      These errors could result in wrong answers from queries that scan
      the same WITH subquery multiple times.
    - Improve page-splitting decisions in GiST indexes.
      Multi-column GiST indexes might suffer unexpected bloat due to this
      error.
    - Fix cascading privilege revoke to stop if privileges are still held.
      If we revoke a grant option from some role "X", but "X" still holds
      that option via a grant from someone else, we should not
      recursively revoke the corresponding privilege from role(s) "Y"
      that "X" had granted it to.
    - Fix handling of SIGFPE when PL/Perl is in use.
      Perl resets the process's SIGFPE handler to SIG_IGN, which could
      result in crashes later on. Restore the normal Postgres signal
      handler after initializing PL/Perl.
    - Prevent PL/Perl from crashing if a recursive PL/Perl function is
      redefined while being executed.
    - Work around possible misoptimization in PL/Perl.
      Some Linux distributions contain an incorrect version of
      "pthread.h" that results in incorrect compiled code in PL/Perl,
      leading to crashes if a PL/Perl function calls another one that
      throws an error.
 -- Martin Pitt <[email protected]>   Tue, 25 Sep 2012 07:34:06 +0200

** Changed in: postgresql-8.4 (Ubuntu Lucid)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-9.1 in Ubuntu.
https://bugs.launchpad.net/bugs/1055944

Title:
  New bug fix releases: 9.1.6, 8.4.14, 8.3.21

Status in “postgresql-8.3” package in Ubuntu:
  Fix Released
Status in “postgresql-8.4” package in Ubuntu:
  Invalid
Status in “postgresql-9.1” package in Ubuntu:
  Fix Released
Status in “postgresql-8.4” source package in Lucid:
  Fix Released
Status in “postgresql-8.4” source package in Natty:
  Fix Released
Status in “postgresql-9.1” source package in Oneiric:
  Fix Released
Status in “postgresql-9.1” source package in Precise:
  Fix Released

Bug description:
  PostgreSQL announced new microreleases yesterday:
  http://www.postgresql.org/about/news/1416/

  -9.1 includes a rather serious data loss fix and thus should get into
  stables as soon as possible. -8.4 is less urgent, but still has a
  number of nice bug fixes. PostgreSQL has a standing SRU microrelease
  exception.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-8.3/+bug/1055944/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to