1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00
Files
postgres/src/include
Simon Riggs a286b6f6c7 Resolve timing issue with logging locks for Hot Standby.
We log AccessExclusiveLocks for replay onto standby nodes,
but because of timing issues on ProcArray it is possible to
log a lock that is still held by a just committed transaction
that is very soon to be removed. To avoid any timing issue we
avoid applying locks made by transactions with InvalidXid.

Simon Riggs, bug report Tom Lane, diagnosis Pavan Deolasee
2012-02-01 09:33:16 +00:00
..
2010-01-02 16:58:17 +00:00
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2010-02-26 02:01:40 +00:00
2011-12-01 16:49:59 -05:00
2010-01-02 16:58:17 +00:00
2010-01-02 16:58:17 +00:00
2010-01-02 16:58:17 +00:00