Expand description
Server-role query sessions used when a proxy terminates the client protocol.
Structs§
- Server
Copy Both - Server-role COPY BOTH stream parameterised by resumption and half-close state.
- Server
Copy Both Failed - Client failed a server-role COPY BOTH stream.
- Server
Copy In - Server-role COPY IN stream, resumed according to
Resume. - Server
Copy InDone - Client completed a server-role COPY IN stream.
- Server
Copy InFailed - Client failed a server-role COPY IN stream.
- Server
Copy Out - Server-role COPY OUT stream, resumed according to
Resume. - Server
Copy OutDone - Server completed a server-role COPY OUT stream.
Enums§
- Both
Client Done - The client half of a COPY BOTH stream is closed.
- Both
Done - Both halves of a COPY BOTH stream are closed.
- Both
Open - Both halves of a COPY BOTH stream remain open.
- Both
Server Done - The server half of a COPY BOTH stream is closed.
- Copy
Extended - COPY resumes in an extended-query session.
- Copy
Simple - COPY resumes in a simple-query session.
- Server
Bind - An inspected
Bindawaits its response. - Server
Building - The server is accepting an extended-query pipeline.
- Server
Close - An inspected
Closeawaits its response. - Server
Copy Both Open Offer - Client choice while both COPY BOTH directions remain open.
- Server
Copy Both Server Done Offer - Client choice after the server closes its COPY BOTH direction.
- Server
Copy InOffer - Client choice inside a server-role COPY IN sub-session.
- Server
Describe - An inspected
Describeawaits its response. - Server
Discard - Projection while discarding a failed pipeline up to its synchronisation point.
- Server
Execute - An inspected
Executeis being served. - Server
Extended Error - A failed extended pipeline is discarded until
Sync. - Server
Extended Offer - A response-specific branch of the extended-query building loop.
- Server
Function Call - A legacy function call is being served.
- Server
Function Call Done - A function result was sent and readiness must follow.
- Server
Function Call Error - A function-call error was sent and readiness must follow.
- Server
Parse - An inspected
Parseawaits its response. - Server
Ready Offer - External choice offered by a client while the server role is ready.
- Server
Ready State - Ready state produced from the status byte sent to the client.
- Server
Replication Open Offer - Typed standby choice while both replication directions remain open.
- Server
Replication Server Done Offer - Typed standby choice after the walsender closes its direction.
- Server
Simple Error - A simple-query error was sent and readiness must follow.
- Server
Simple Query - A client simple query is being served.
- Server
Sync - A client
SyncawaitsReadyForQuery.
Traits§
- Copy
Resume - Maps a COPY resumption marker to its generated nested-session states.
Type Aliases§
- Copy
Both Completion - Result of completing COPY BOTH after both halves close.
- Copy
Both Open Projection - COPY BOTH projection while both directions remain open.
- Copy
Both Server Done Projection - COPY BOTH projection after the server direction closes.
- Copy
Both Server Half Close - Result of closing the server half of COPY BOTH.
- Copy
Both Start - Result of starting a server-role COPY BOTH stream.
- Copy
InProjection - COPY IN projection preserving the connection and message on mismatch.
- Copy
InStart - Result of starting a server-role COPY IN stream.
- Copy
OutCompletion - Result of closing a server-role COPY OUT stream.
- Copy
OutStart - Result of starting a server-role COPY OUT stream.
- Extended
Projection - Projection of an extended-query choice, preserving invalid input.
- Ready
Projection - Projection of a client ready-state choice, preserving invalid input.
- Server
Replication Open Projection - Replication projection preserving the open connection when decoding fails.
- Server
Replication Server Done Projection - Replication projection after server half-close, preserving decode failures.