-
- Downloads
Fix broken dependency-mongering for index operator classes/families.
For a long time, opclasscmds.c explained that "we do not create a dependency link to the AM [for an opclass or opfamily], because we don't currently support DROP ACCESS METHOD". Commit 473b9328 invented DROP ACCESS METHOD, but it batted only 1 for 2 on adding the dependency links, and 0 for 2 on updating the comments about the topic. In passing, undo the same commit's entirely inappropriate decision to blow away an existing index as a side-effect of create_am.sql.
Showing
- src/backend/commands/opclasscmds.c 9 additions, 12 deletionssrc/backend/commands/opclasscmds.c
- src/test/regress/expected/create_am.out 15 additions, 20 deletionssrc/test/regress/expected/create_am.out
- src/test/regress/expected/sanity_check.out 1 addition, 1 deletionsrc/test/regress/expected/sanity_check.out
- src/test/regress/sql/create_am.sql 9 additions, 12 deletionssrc/test/regress/sql/create_am.sql
Loading
Please register or sign in to comment