xact.c cleanup -- uncontroversial try

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: xact.c cleanup -- uncontroversial try
Date: 2004-03-30 23:37:28
Message-ID: 20040330233728.GA14895@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hackers,

This is a cleanup patch for access/transam/xact.c. It is a trimmed down
version of the previous patch, with the controversial part removed. It
only removes some #ifdef NOT_USED code, and adds a new TBLOCK state
which signals the fact that StartTransaction() has been executed.

Please review and apply if OK.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El sabio habla porque tiene algo que decir;
el tonto, porque tiene que decir algo" (Platon).

Attachment Content-Type Size
xactCleanup.patch text/plain 14.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Philip Warner 2004-03-31 01:26:31 Re: pg_dump end comment
Previous Message Bruce Momjian 2004-03-30 21:58:26 Re: Some Documentation Changes