We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1ee5a commit 94d156dCopy full SHA for 94d156d
pkg/sql/pgwire/conn.go
@@ -187,9 +187,6 @@ func (c *conn) processCommands(
187
_ = c.writeErr(ctx, retErr, &c.writerState.buf)
188
_ /* n */, _ /* err */ = c.writerState.buf.WriteTo(c.conn)
189
c.stmtBuf.Close()
190
- // Send a ready for query to make sure the client can react.
191
- // TODO(andrei, jordan): Why are we sending this exactly?
192
- c.bufferReadyForQuery('I')
193
}
194
195
if !authOK {
0 commit comments