Re: [HACKERS] COMMIT

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: vadim(at)krs(dot)ru (Vadim Mikheev), jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] COMMIT
Date: 1998-12-13 17:23:38
Message-ID: 22111.913569818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Added to TODO:
> * 'C' response returned to fontend before actual data committed

See my followup to that thread --- there is already a solution (wait for
'Z' instead of 'C') and changing the backend's behavior would break
applications that rely on the current semantics of multiple commands in
a single query string. So I think we should leave well enough alone.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-12-13 19:32:30 Re: [HACKERS] COMMIT
Previous Message Thomas G. Lockhart 1998-12-13 13:31:38 Re: [HACKERS] Parser bug (?)