Skip to content

Commit 406f141

Browse files
authored
perf: remove superfluous flush message (brianc#2842)
1 parent c7dc7fd commit 406f141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ class Connection extends EventEmitter {
173173

174174
sync() {
175175
this._ending = true
176-
this._send(flushBuffer)
177176
this._send(syncBuffer)
178177
}
179178

0 commit comments

Comments
 (0)