forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit643428c
committed
Fix inconsistent code with shared invalidations of snapshots
The code in charge of processing a single invalidation message has beenusing since568d413 the structure for relation mapping messages. Thishad fortunately no consequence as both locate the database ID at thesame location, but it could become a problem in the future if this areaof the code changes.Author: Konstantin KnizhnikDiscussion:https://postgr.es/m/8044c223-4d3a-2cdb-42bf-29940840ce94@postgrespro.ruBackpatch-through: 9.51 parente3ebcca commit643428c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 |
| - | |
| 625 | + | |
626 | 626 |
| |
627 |
| - | |
| 627 | + | |
628 | 628 |
| |
629 | 629 |
| |
630 | 630 |
| |
|
0 commit comments
Comments
(0)