forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita80f5c2
committed
Mark correctly initial slot snapshots with MVCC type when built
When building an initial slot snapshot, snapshots are marked withhistoric MVCC snapshots as type with the marker field being set inSnapBuildBuildSnapshot() but not overriden in SnapBuildInitialSnapshot().Existing callers of SnapBuildBuildSnapshot() do not care about the typeof snapshot used, but extensions calling it actually may, as reported.Author: Antonin HouskaReviewed-by: Álvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/23215.1527665193@localhostBackpatch-through: 9.41 parent3b940cd commita80f5c2
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
| 620 | + | |
| 621 | + | |
620 | 622 |
| |
621 | 623 |
| |
622 | 624 |
| |
|
0 commit comments
Comments
(0)