OSDN Git Service

Remove pg_am.amindexnulls.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2011 21:08:05 +0000 (16:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2011 21:08:05 +0000 (16:08 -0500)
commit7e2f906201c8bb95f7fb17e56b8740c38bda5441
tree114e6deb781a6fb05a3dcfd70d09ca8805d641ff
parent56a57473a999b0497e63bde3e303beda5a3c0ff3
Remove pg_am.amindexnulls.

The only use we have had for amindexnulls is in determining whether an
index is safe to cluster on; but since the addition of the amclusterable
flag, that usage is pretty redundant.

In passing, clean up assorted sloppiness from the last patch that touched
pg_am.h: Natts_pg_am was wrong, and ambuildempty was not documented.
doc/src/sgml/catalogs.sgml
doc/src/sgml/indexam.sgml
src/backend/commands/cluster.c
src/include/catalog/catversion.h
src/include/catalog/pg_am.h