Re: [HACKERS] statement logging / extended query protocol - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] statement logging / extended query protocol
Date
Msg-id 200509260341.j8Q3fBt03015@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] statement logging / extended query protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] statement logging / extended query protocol  (David Fetter <david@fetter.org>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > OK.  At this stage it should all just wait for 8.2.
>
> Haven't we already committed some feature changes in this area?  I
> dislike the idea of shipping a transient state just because "we ran out
> of time".  Once we ship 8.1, that will be another behavior that we have
> to consider backwards compatibility with.  We should either fix it
> right, or revert to the 8.0 behavior for this release.

I documented in TODO what doesn't log properly in 8.1.  I don't see how
logging output has to be backward compatible.  To revert would be to
remove logging of server-level prepare/execute.  I don't see that as a
win.

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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] statement logging / extended query protocol
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] statement logging / extended query protocol issues