Marc Lavergne <[EMAIL PROTECTED]> writes: > never any mention of C++ (libpq++ excepted). So, at a risk of stating > the obvious (and I'm 99.99% sure I am), does backend code need to be > submitted as C even if it's for an entirely NEW module?
Backend code must be C; we do not want to deal with C++ portability issues. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])