Skip to main content

sync

Function sync 

Source
pub fn sync(buf: &mut BytesMut)
Expand description

Writes a sync message.

Forces the server to process all pending messages and respond with ReadyForQuery. Should be sent after completing a query sequence (Parse/Bind/Execute).