forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit450fa1b
committed
Fix installcheck for test_rls_hooks
As pointed out by the buildfarm, test_rls_hooks wasn't functioningproperly with a clean installcheck. test_rls_hooks needs to explicitlyload the library with the hooks in it, to allow installcheck to work;using the --temp-config doesn't help since that isn't used when runninginstallcheck and it isn't exactly fair to the buildfarm to modify theinstalled config prior to calling installcheck.Also, have test_rls_hooks clean up after itself.1 parent0bf22e0 commit450fa1b
File tree
2 files changed
+18
-0
lines changed- src/test/modules/test_rls_hooks
- expected
- sql
2 files changed
+18
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
191 | 192 |
| |
192 | 193 |
| |
193 | 194 |
| |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + |
0 commit comments
Comments
(0)