-
- Downloads
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.
Showing
- doc/src/sgml/catalogs.sgml 7 additions, 7 deletionsdoc/src/sgml/catalogs.sgml
- doc/src/sgml/indexam.sgml 5 additions, 7 deletionsdoc/src/sgml/indexam.sgml
- src/backend/commands/cluster.c 0 additions, 37 deletionssrc/backend/commands/cluster.c
- src/include/catalog/catversion.h 1 addition, 1 deletionsrc/include/catalog/catversion.h
- src/include/catalog/pg_am.h 22 additions, 24 deletionssrc/include/catalog/pg_am.h
Loading
Please register or sign in to comment