Skip to content

Commit

Permalink
Update src/connections.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Davies <[email protected]>
  • Loading branch information
pankgeorg and iamed2 authored Sep 18, 2023
1 parent 806d60d commit cb28349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ Do the flush dance described in the libpq docs. Required when the
connections are set to nonblocking and we want do send queries/data
without blocking.
https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFlush
https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFLUSH
"""
function flush(jl_conn)
watcher = FDWatcher(socket(jl_conn), true, true) # can wait for reads and writes
Expand Down

0 comments on commit cb28349

Please sign in to comment.