Commit a03a1a0
Merge #154989
154989: randgen: import plpgsql/parser to inject sql/parser.ParseDoBlockFn r=yuzefovich a=yuzefovich
We recently extended sqlsmith to generate DO blocks. Those are handled in the sql parser via an injected function, so we need to ensure that the injection happens. We got a test failure where usage of `randgen` package resulted in a crash, so make it depend on the `plpgsql/parser` to do the injection.
Fixes: #154806.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments