"Dave Held" <[EMAIL PROTECTED]> writes: > Yeah, that's good news too, though it definitely helps that > Postgres is written in C. Most of the conformance improvements > are in the C++ front-end and the C++ Standard Library. Still > no export though. I personally believe that projects should > move to C++ when possible, but I understand that there is still > a perception that C is fundamentally faster.
I dunno about "fundamentally faster", but "fundamentally more stable" I'd agree with. C++ has never recovered from being a moving target for so long. For a project with any serious ambitions of portability, it's a pretty risky choice. 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