-
- Downloads
Adjustments to regression tests for security_barrier views.
Drop the role we create, so regression tests pass even when run more than once against the same cluster, a problem noted by Tom Lane and Jeff Janes. Also, rename the temporary role so that it starts with "regress_", to make it unlikely that we'll collide with an existing role name while running "make installcheck", per further gripe from Tom Lane.
Showing
- src/test/regress/expected/select_views.out 43 additions, 40 deletionssrc/test/regress/expected/select_views.out
- src/test/regress/expected/select_views_1.out 43 additions, 40 deletionssrc/test/regress/expected/select_views_1.out
- src/test/regress/sql/select_views.sql 10 additions, 6 deletionssrc/test/regress/sql/select_views.sql
Loading
Please register or sign in to comment