Vadim B. Mikheev 1b812d9358 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
2. varsup.c:ReadNewTransactionId(): don't read nextXid from disk -
   this func doesn't allocate next xid, so ShmemVariableCache->nextXid
   may be used (but GetNewTransactionId() must be called first).
3. vacuum.c: change elog(ERROR, "Child item....") to elog(NOTICE) -
   this is not ERROR, proper handling is just not implemented, yet.
4. s_lock.c: increase S_MAX_BUSY by 2 times.
5. shmem.c:GetSnapshotData(): have to call ReadNewTransactionId()
   _after_ SpinAcquire(ShmemIndexLock).
1999-06-06 20:19:35 +00:00
..
1998-11-19 02:39:51 +00:00
1998-03-16 05:52:23 +00:00
1999-06-05 04:15:09 +00:00
1999-05-31 16:18:53 +00:00
1999-05-25 16:15:34 +00:00
1999-05-25 16:15:34 +00:00
1999-05-25 16:15:34 +00:00
1997-08-22 16:38:33 +00:00
1999-05-19 18:04:51 +00:00