Skip to content

Commit cb28349

Browse files
pankgeorgiamed2
andauthored
Update src/connections.jl
Co-authored-by: Eric Davies <iamed2@gmail.com>
1 parent 806d60d commit cb28349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ Do the flush dance described in the libpq docs. Required when the
817817
connections are set to nonblocking and we want do send queries/data
818818
without blocking.
819819
820-
https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFlush
820+
https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFLUSH
821821
"""
822822
function flush(jl_conn)
823823
watcher = FDWatcher(socket(jl_conn), true, true) # can wait for reads and writes

0 commit comments

Comments
 (0)