Commit e41f938
committed
fix(pgmq): add missing helper function in migration script
pg_regress tests are failing because the helper function
pgmq._extension_exists() is missing in the 1.5.0 to 1.5.1 migration script.
This change adds the missing function to the migration script.1 parent 6e3ae5b commit e41f938
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
63 | 76 | | |
64 | 77 | | |
65 | 78 | | |
| |||
0 commit comments