Index: xact.c =================================================================== RCS file: /home/alvherre/cvs/pgsql/src/backend/access/transam/xact.c,v retrieving revision 1.201 diff -c -r1.201 xact.c *** xact.c 19 May 2005 21:35:45 -0000 1.201 --- xact.c 19 May 2005 22:42:45 -0000 *************** *** 1498,1504 **** */ RecordTransactionCommit(); ! /* * Let others know about no transaction in progress by me. Note that * this must be done _before_ releasing locks we hold and _after_ * RecordTransactionCommit. --- 1498,1504 ---- */ RecordTransactionCommit(); ! /*----------------------------------------------------------------------- * Let others know about no transaction in progress by me. Note that * this must be done _before_ releasing locks we hold and _after_ * RecordTransactionCommit. *************** *** 1510,1515 **** --- 1510,1516 ---- * xid 0 as running as well, or it will be able to see two tuple versions * - one deleted by xid 1 and one inserted by xid 0. See notes in * GetSnapshotData. + *----------------------------------------------------------------------- */ if (MyProc != NULL) {