forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb10edaf
committed
Fix access to just-closed relcache entry.
It might be impossible for this to cause a problem in non-debug builds,since there'd be no opportunity for the relcache entry to get recycledbefore the fetch. It blows up nicely with -DRELCACHE_FORCE_RELEASE plusvalgrind, though.Evidently introduced by careless refactoring in commitf0e4475.Back-patch accordingly.Discussion:https://postgr.es/m/27543.1528758304@sss.pgh.pa.us1 parent8585718 commitb10edaf
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11502 | 11502 |
| |
11503 | 11503 |
| |
11504 | 11504 |
| |
11505 |
| - | |
11506 |
| - | |
11507 |
| - | |
11508 | 11505 |
| |
11509 | 11506 |
| |
11510 | 11507 |
| |
| 11508 | + | |
| 11509 | + | |
| 11510 | + | |
11511 | 11511 |
| |
11512 | 11512 |
| |
11513 | 11513 |
| |
|
0 commit comments
Comments
(0)