"Qingqing Zhou" <[EMAIL PROTECTED]> writes: > AllocateFile() and AllocateDir() should return the control to the caller > since we might want to upgrade the elevel.
That is not what we do for upgrading errors. Use a critical section in a caller that doesn't want elog(ERROR). 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