NegotiateProtocolVersionMessage

internal class NegotiateProtocolVersionMessage(val newestMinorVersion: Int, val unrecognizedOptions: List<String>) : BackendMessage

Message sent by the server to negotiate the protocol version. Introduced in PostgreSQL 14 to handle minor version upgrades.

Constructors

Link copied to clipboard
constructor(newestMinorVersion: Int, unrecognizedOptions: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard