You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we wait for all transactions to finish via SQL_XID_SNAPSHOT and SQL_XID_ALIVE before performing the table swap. We shouldn't need to wait on READ COMMITTED transactions.
The text was updated successfully, but these errors were encountered:
As described here:
http://pgfoundry.org/tracker/index.php?func=detail&aid=1010975&group_id=1000411&atid=1379
Currently we wait for all transactions to finish via SQL_XID_SNAPSHOT and SQL_XID_ALIVE before performing the table swap. We shouldn't need to wait on READ COMMITTED transactions.
The text was updated successfully, but these errors were encountered: