pgsql-server: Update the in-code documentation about the transaction - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Update the in-code documentation about the transaction
Date
Msg-id 20040801205800.57901D1B1B6@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update the in-code documentation about the transaction system.  Move it
into a README file instead of being in xact.c's header comment.
Alvaro Herrera.

Modified Files:
--------------
    pgsql-server/src/backend/access/transam:
        xact.c (r1.175 -> r1.176)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xact.c.diff?r1=1.175&r2=1.176)

Added Files:
-----------
    pgsql-server/src/backend/access/transam:
        README (r1.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/README?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Cause ALTER OWNER commands to update the object's ACL,
Next
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: UI elements for create user functions.