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.
2 parents d5b615e + a79c8e7 commit 59cbf03Copy full SHA for 59cbf03
packages/pg/lib/connection.js
@@ -172,8 +172,8 @@ Connection.prototype.flush = function () {
172
const syncBuffer = serialize.sync()
173
Connection.prototype.sync = function () {
174
this._ending = true
175
- this._send(syncBuffer)
176
this._send(flushBuffer)
+ this._send(syncBuffer)
177
}
178
179
const endBuffer = serialize.end()
0 commit comments