~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

Viewing changes to doc/src/sgml/indexam.sgml

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
   <structfield>amoptionalkey</structfield> false.
114
114
   One reason that an index AM might set
115
115
   <structfield>amoptionalkey</structfield> false is if it doesn't index
116
 
   NULLs.  Since most indexable operators are
117
 
   strict and hence cannot return TRUE for NULL inputs,
 
116
   null values.  Since most indexable operators are
 
117
   strict and hence cannot return true for null inputs,
118
118
   it is at first sight attractive to not store index entries for null values:
119
119
   they could never be returned by an index scan anyway.  However, this
120
120
   argument fails when an index scan has no restriction clause for a given