Skip to content

Commit

Permalink
Update relay.go. Remove unnamed protal closing
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Apr 23, 2024
1 parent 35eaf2f commit c837fe5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions router/relay/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,13 +1171,6 @@ func (rst *RelayStateImpl) ProcessExtendedBuffer(cmngr poolmgr.PoolMgr) error {
return err
}

_, _, err = rst.RelayStep(&pgproto3.Close{
ObjectType: 'P',
}, false, false)
if err != nil {
return err
}

_, unreplied, err := rst.RelayStep(&pgproto3.Sync{}, true, false)
if err != nil {
return err
Expand Down

0 comments on commit c837fe5

Please sign in to comment.