forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite43e71b
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.This was originally committed as936e3fa, but the issue also existsin the 12~16 range.Discussion:https://postgr.es/m/E1phvk7-000VAH-7k@gemulon.postgresql.orgBackpatch-through: 121 parent77930c5 commite43e71b
File tree
2 files changed
+6
-0
lines changed- src/test/modules/test_pg_dump
- expected
- sql
2 files changed
+6
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
| 97 | + | |
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 |
| |
111 | 115 |
| |
112 | 116 |
| |
|
0 commit comments
Comments
(0)