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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match