forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit32ac7a1
committed
Exclude VACUUMs from RunningXactData
GetRunningTransactionData() should ignore VACUUM procs because in somecases they are assigned xids. This could lead to holding back xmin viathe route of passing the xid to standby and then having that hold backxmin on master via feedback.Backpatch to 9.1 needed, but will only do so on supported versions.Backpatch once proven on the buildfarm.Reported-by: Greg StarkAuthor: Simon RiggsReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/CANP8+jJBYt=4PpTfiPb0UrH1_iPhzsxKH5Op_Wec634F0ohnAw@mail.gmail.com1 parent848b1f3 commit32ac7a1
1 file changed
+5
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1907 | 1907 |
| |
1908 | 1908 |
| |
1909 | 1909 |
| |
1910 |
| - | |
| 1910 | + | |
1911 | 1911 |
| |
1912 | 1912 |
| |
1913 | 1913 |
| |
| |||
1995 | 1995 |
| |
1996 | 1996 |
| |
1997 | 1997 |
| |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
1998 | 2002 |
| |
1999 | 2003 |
| |
2000 | 2004 |
| |
|
0 commit comments
Comments
(0)