forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit441ef5e
committed
Fix relcache invalidation when relfilelocator is updated
In commitaf0e7de, I removed a call to RelationCloseSmgr(), becausethe dangling SMgrRelation was no longer an issue. However, we stillneed the call when the relation's relfilelocator changes, so that thenew relfilelocator takes effect immediately.Reported-by: Alexander Lakhin <exclusion@gmail.com>Discussion:https://www.postgresql.org/message-id/987b1c8c-8c91-4847-ca0e-879f421680ff%40gmail.com1 parent90fe7b7 commit441ef5e
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3060 | 3060 |
| |
3061 | 3061 |
| |
3062 | 3062 |
| |
| 3063 | + | |
| 3064 | + | |
3063 | 3065 |
| |
| 3066 | + | |
3064 | 3067 |
| |
3065 | 3068 |
| |
3066 | 3069 |
| |
|
0 commit comments
Comments
(0)