forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf161802
committed
Fix flag tests in src/test/modules/test_oat_hooks
In what must have been a copy'n paste mistake, all the flag tests usethe same flag rather than a different flag each. The bug is notsuprising, considering that it's dead code; add a minimal, testimonialline to cover it.This is all pretty inconsequential, because this is just example code,but it had better be correct.Discussion:https://postgr.es/m/20220712152059.fwli2majwgzdmh4r@alvherre.pgsql1 parent784cedd commitf161802
File tree
3 files changed
+21
-7
lines changed- src/test/modules/test_oat_hooks
- expected
- sql
3 files changed
+21
-7
lines changedLines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 |
| |
87 | 92 |
| |
88 | 93 |
| |
| |||
280 | 285 |
| |
281 | 286 |
| |
282 | 287 |
| |
283 |
| - | |
| 288 | + | |
284 | 289 |
| |
285 | 290 |
| |
286 | 291 |
| |
287 | 292 |
| |
288 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
289 | 300 |
| |
290 | 301 |
| |
291 | 302 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
91 |
| - | |
| 92 | + | |
92 | 93 |
| |
| 94 | + | |
93 | 95 |
| |
| 96 | + | |
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1795 | 1795 |
| |
1796 | 1796 |
| |
1797 | 1797 |
| |
1798 |
| - | |
| 1798 | + | |
1799 | 1799 |
| |
1800 |
| - | |
| 1800 | + | |
1801 | 1801 |
| |
1802 |
| - | |
| 1802 | + | |
1803 | 1803 |
| |
1804 |
| - | |
| 1804 | + | |
1805 | 1805 |
| |
1806 |
| - | |
| 1806 | + | |
1807 | 1807 |
| |
1808 | 1808 |
| |
1809 | 1809 |
| |
|
0 commit comments
Comments
(0)