You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flush message does not cause any specific
output to be generated, but forces the backend to deliver any data
pending in its output buffers. A Flush must be sent after any
extended-query command except Sync, if the frontend wishes to examine
the results of that command before issuing more commands. Without
Flush, messages returned by the backend will be combined into the
minimum possible number of packets to minimize network overhead. https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
any are remaining.
The Flush message does not cause any specific
output to be generated, but forces the backend to deliver any data
pending in its output buffers. A Flush must be sent after any
extended-query command except Sync, if the frontend wishes to examine
the results of that command before issuing more commands. Without
Flush, messages returned by the backend will be combined into the
minimum possible number of packets to minimize network overhead.
https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
Line: 166
psql-wire//command.go
Lines 163 to 173 in 3dbc832
The text was updated successfully, but these errors were encountered: