Managing Rollback

From: hstenger(at)adinet(dot)com(dot)uy
To: pgsql-hackers(at)postgresql(dot)org
Subject: Managing Rollback
Date: 2000-07-31 18:53:33
Message-ID: 3985CB2D.3C9CEF4E@adinet.com.uy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

What do we mean in the last two lines of the following comment?

/* ----------------
* Here we are in the middle of a
transaction block but
* one of the commands caused an abort so
we do nothing
* but remain in the abort state.
Eventually we will get
* to the "END TRANSACTION" which will set
things straight.
* ----------------
*/
case TBLOCK_ABORT:
s->blockState = TBLOCK_INPROGRESS;
AbortTransaction();
StartTransaction();
break;

Haroldo.

--
----------------------+------------------------
Haroldo Stenger | hstenger(at)ieee(dot)org
Montevideo, Uruguay. | hstenger(at)adinet(dot)com(dot)uy
----------------------+------------------------
Visit UYLUG Web Site: http://www.linux.org.uy
-----------------------------------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-31 19:31:24 Re: Managing Rollback
Previous Message Kovacs Zoltan Sandor 2000-07-31 18:52:46 Re: pg_dump + function/table hierarchy