Bruce Momjian <pgman@candle.pha.pa.us> writes: > Is there no way to create a va_arg va_list structure in C?
Exactly. The standard lets you *read out* from such a structure, but there's no provision for creating one on-the-fly. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match