forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit997db12
committed
Make GIN test using injection points repeatable
As written, the test would fail when run repeatedly because one of theinjection points attached was not detached. This would not matter ifthe test is rewritten to be concurrently safe, but let's be clean andit is a good practice.Oversight in6a1ea02.Discussion:https://postgr.es/m/ZfP7IDs9TvrKe49x@paquier.xyz1 parent705ec05 commit997db12
File tree
2 files changed
+8
-0
lines changed- src/test/modules/gin
- expected
- sql
2 files changed
+8
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| 146 | + | |
| 147 | + |
0 commit comments
Comments
(0)