2
0

Import PortalSuspended from pgx v3

0ab6f80f99
This commit is contained in:
Jack Christensen
2019-06-08 10:26:26 -05:00
parent a340d5f15f
commit 18e7e777be
2 changed files with 32 additions and 0 deletions
+3
View File
@@ -34,6 +34,7 @@ type Frontend struct {
parseComplete ParseComplete
readyForQuery ReadyForQuery
rowDescription RowDescription
portalSuspended PortalSuspended
bodyLen int
msgType byte
@@ -95,6 +96,8 @@ func (b *Frontend) Receive() (BackendMessage, error) {
msg = &b.noticeResponse
case 'R':
msg = &b.authentication
case 's':
msg = &b.portalSuspended
case 'S':
msg = &b.parameterStatus
case 't':