pgsql: reorganize pgsql states for CopyData msgs

To set apart states that are both for frontend and backend.
pull/13366/head
Juliana Fajardini 2 months ago
parent f3aa0085a0
commit 57f7f93a03

@ -121,13 +121,13 @@ pub enum PgsqlStateProgress {
CancelRequestReceived, CancelRequestReceived,
ConnectionTerminated, ConnectionTerminated,
// Related to Backend-received messages // // Related to Backend-received messages //
CopyDoneReceived, // BE and FE
CopyFailReceived, // BE and FE
CopyOutResponseReceived, CopyOutResponseReceived,
CopyDataOutReceived, CopyDataOutReceived,
CopyInResponseReceived, CopyInResponseReceived,
FirstCopyDataInReceived, FirstCopyDataInReceived,
ConsolidatingCopyDataIn, ConsolidatingCopyDataIn,
CopyDoneReceived,
CopyFailReceived,
SSLRejectedReceived, SSLRejectedReceived,
// SSPIAuthenticationReceived, // TODO implement // SSPIAuthenticationReceived, // TODO implement
SASLAuthenticationReceived, SASLAuthenticationReceived,

Loading…
Cancel
Save