1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
authorVadim B. Mikheev <vadim4o@yahoo.com>
Sun, 6 Jun 1999 20:19:35 +0000 (20:19 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Sun, 6 Jun 1999 20:19:35 +0000 (20:19 +0000)
commit2838e0dab2419e09fb129daed34cea9adbe1bfdb
tree9f88edfa58fc263182e23805dc970bf9cefcbd2b
parent0033bc9a940ff5c2f3a522b2d6cd6cac39e7ce73
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).
src/backend/access/transam/varsup.c
src/backend/access/transam/xact.c
src/backend/commands/vacuum.c
src/backend/storage/buffer/s_lock.c
src/backend/storage/ipc/shmem.c