Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> * Decide whether we need to change CSVLOG output to emit virtual XIDs >> instead of, or perhaps in addition to, regular XIDs. I'm of the opinion >> that this has to happen, but there didn't seem much enthusiasm for it >> elsewhere.
> Given we have both in log_line_prefix I'm inclined to say we should do both. Works for me. Do you want to fix it or shall I? > On other matters, I think it has been sufficiently established that the > regression issues with ECPG/MSVC have nothing to do with the build or > vcregress scripts, so I am going to go ahead and commit my changes for > those ahead of beta. IIUC, that won't break buildfarm results because the MSVC critters are skipping the ecpg tests at present anyway, right? If so, +1. We can work out how to fix the ecpg results during beta. regards, tom lane ---------------------------(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