Skip to content

Commit 8a7e98d

Browse files
author
Sergey Melekhin
committed
Commented out ClosePortal in client3.py:364
1 parent adb4d98 commit 8a7e98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/protocol/client3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def take_out_trash(self):
361361
xm = []
362362
cursors = 0
363363
for x in self.garbage_cursors:
364-
xm.append(element.ClosePortal(x))
364+
#xm.append(element.ClosePortal(x))
365365
cursors += 1
366366
statements = 0
367367
for x in self.garbage_statements:

0 commit comments

Comments
 (0)