Re: xact.c cleanup -- uncontroversial try

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: xact.c cleanup -- uncontroversial try
Date: 2004-04-05 03:12:11
Message-ID: 200404050312.i353CB416908@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-04-05 03:16:53 Re: MSFT compiler fixes + misc
Previous Message Bruce Momjian 2004-04-05 03:07:57 Re: [NOT] (LIKE|ILIKE) (ANY|SOME|ALL) (subquery...)