Commit 2fc828b
committed
fix(pgmq): run after-create script before pg_regress test
The test was failing because the pg_regress test expects the pgmq
extension to be in a fully functional state, but after pg_upgrade
the after-create script wasn't being run. This script sets up
necessary pgmq configurations that the tests depend on.1 parent dc1c6d0 commit 2fc828b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
0 commit comments