forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit370a46f
committed
Add new snapshot fields to serialize/deserialize functions.
The "snapshot too old" condition was not being recognized whenusing a copied snapshot, since the original timestamp and lsn werenot being passed along. Noticed when testing the combination of"snapshot too old" with parallel query execution.1 parent6436a85 commit370a46f
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
| 243 | + | |
242 | 244 |
| |
243 | 245 |
| |
244 | 246 |
| |
| |||
1936 | 1938 |
| |
1937 | 1939 |
| |
1938 | 1940 |
| |
| 1941 | + | |
| 1942 | + | |
1939 | 1943 |
| |
1940 | 1944 |
| |
1941 | 1945 |
| |
| |||
2002 | 2006 |
| |
2003 | 2007 |
| |
2004 | 2008 |
| |
| 2009 | + | |
| 2010 | + | |
2005 | 2011 |
| |
2006 | 2012 |
| |
2007 | 2013 |
| |
|
0 commit comments
Comments
(0)