pgsql-server: Update the in-code documentation about the transaction

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Update the in-code documentation about the transaction
Date: 2004-08-01 20:58:00
Message-ID: 20040801205800.57901D1B1B6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-08-02 01:30:52 pgsql-server: Allow DECLARE CURSOR to take parameters from the portal in
Previous Message Tom Lane 2004-08-01 20:30:50 pgsql-server: Cause ALTER OWNER commands to update the object's ACL,