Add explicit regression tests for ALTER TABLE lock levels.
Use this to catch a couple of lock level assignments that slipped through manual testing, per Peter Eisentraut.
Showing
- src/backend/commands/cluster.c 4 additions, 4 deletionssrc/backend/commands/cluster.c
- src/backend/commands/tablecmds.c 7 additions, 5 deletionssrc/backend/commands/tablecmds.c
- src/include/commands/cluster.h 3 additions, 2 deletionssrc/include/commands/cluster.h
- src/test/regress/expected/alter_table.out 121 additions, 0 deletionssrc/test/regress/expected/alter_table.out
- src/test/regress/sql/alter_table.sql 77 additions, 0 deletionssrc/test/regress/sql/alter_table.sql
Loading
Please register or sign in to comment