aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1999-06-06 20:19:35 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1999-06-06 20:19:35 +0000
commit1b812d93584f3a55a156ae149520e72a59cfb473 (patch)
tree3cc50b696f1344d6760c85de92911a7b981fe5b7 /src/backend/executor/nodeHashjoin.c
parent48c1887964d259688d602c7bcd8be25b5144739b (diff)
downloadpostgresql-1b812d93584f3a55a156ae149520e72a59cfb473.tar.gz
postgresql-1b812d93584f3a55a156ae149520e72a59cfb473.zip
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).
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions