forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit936e3fa
committed
Drop global objects after completed test
Project policy is to not leave global objects behind after a regresstest run. This was found as a result of the development of a patchto make pg_regress detect such leftovers automatically, which in theend was withdrawn due to issues with parallel runs.Discussion:https://postgr.es/m/E1phvk7-000VAH-7k@gemulon.postgresql.org1 parent2ec005b commit936e3fa
File tree
2 files changed
+5
-0
lines changed- src/test/modules/test_pg_dump
- expected
- sql
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + |
0 commit comments
Comments
(0)