Rod Taylor <[EMAIL PROTECTED]> writes: > I'd be tempted to make a startup packet that will allow libpq to revert > back to old protocols easily enough for the future so that we can do=20 > incremental changes to the protocol.
We already have that: you send a startup packet with a version less than the latest, and the backend speaks that version to you. One thing I want to do though is relax the protocol-level constraints on certain message contents: for example, if ErrorMessage becomes a collection of labeled fields, it should be possible to add new field types without calling it a protocol revision. The protocol need only specify "ignore any fields whose label you do not recognize". regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly