~ubuntu-branches/ubuntu/precise/postgresql-9.1/precise-security

« back to all changes in this revision

Viewing changes to src/backend/access/gist/gist.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-14 18:39:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110714183943-eqlbsrurk6kh6lou
Tags: 9.1~beta3-1
* New upstream beta release.
  - Works around gcc 4.6.0 bug. (Closes: #633086)

  Note that this does not change the data format since Beta 2, so no need
  to dump/reload clusters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
714
714
                                ereport(ERROR,
715
715
                                                (errmsg("index \"%s\" contains an inner tuple marked as invalid",
716
716
                                                                RelationGetRelationName(r)),
717
 
                                                 errdetail("This is caused by an incomplete page split at crash recovery before upgrading to 9.1."),
 
717
                                                 errdetail("This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."),
718
718
                                                 errhint("Please REINDEX it.")));
719
719
 
720
720
                        /*