- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit0a3d27b
committed
Fix snapshot handling bug in recent BRIN fix
Commita95e3d8 added ActiveSnapshot push+pop when processingwork-items (BRIN autosummarization), but forgot to handle the case ofa transaction failing during the run, which drops the snapshot untimely.Fix by making the pop conditional on an element being actually there.Author: Álvaro Herrera <alvherre@kurilemu.de>Backpatch-through: 13Discussion:https://postgr.es/m/202511041648.nofajnuddmwk@alvherre.pgsql1 parent1213cb4 commit0a3d27b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2558 | 2558 | | |
2559 | 2559 | | |
2560 | 2560 | | |
2561 | | - | |
| 2561 | + | |
| 2562 | + | |
2562 | 2563 | | |
2563 | 2564 | | |
2564 | 2565 | | |
| |||
0 commit comments
Comments
(0)