|
|
@ -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,
|
|
|
|