forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf0206d9
committed
Fix new Object Access hooks test
Commit90efa2f caused some issues with EXEC_BACKEND builds and withforce_parallel_mode = regress setups. For the first issue we no longertest if the module has been preloaded, and in fact we don't preload it,but simply LOAD it in the test script. For the second issue we suppresserror messages emanating from parallel workers.Mark DilgerDiscussion:https://postgr.es/m/7f6d54a1-4024-3b6e-e3ec-26cd394aac9e@dunslane.net1 parent097786f commitf0206d9
File tree
5 files changed
+4
-14
lines changed- src/test/modules/test_oat_hooks
- expected
- sql
5 files changed
+4
-14
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 | 10 |
| |
14 | 11 |
| |
15 | 12 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 72 |
| |
81 | 73 |
| |
82 | 74 |
| |
| |||
200 | 192 |
| |
201 | 193 |
| |
202 | 194 |
| |
203 |
| - | |
| 195 | + | |
204 | 196 |
| |
205 | 197 |
| |
206 | 198 |
| |
|
Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments
Comments
(0)