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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
        MemoryContext oldCxt;
307
307
 
308
308
        /*
309
 
         * GIST indexes do not require any conflict processing. NB: If we ever
 
309
         * GiST indexes do not require any conflict processing. NB: If we ever
310
310
         * implement a similar optimization we have in b-tree, and remove killed
311
311
         * tuples outside VACUUM, we'll need to handle that here.
312
312
         */