Alvaro Herrera <[EMAIL PROTECTED]> writes: > Hmm, aren't ParameterStatus messages sent just before Ready For Query?
No, they're sent immediately (see ReportGUCOption). I had some ideas in the back of my head about postponing such sends until just before Ready For Query, with the idea of avoiding work for repeated changes to the same variable; but it's not done yet. 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