Re: [HACKERS] COMMIT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] COMMIT
Date
Msg-id 22111.913569818@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] COMMIT  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] COMMIT  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.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


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] memory destruction in 6.4
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] COMMIT