We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806d60d commit cb28349Copy full SHA for cb28349
src/connections.jl
@@ -817,7 +817,7 @@ Do the flush dance described in the libpq docs. Required when the
817
connections are set to nonblocking and we want do send queries/data
818
without blocking.
819
820
-https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFlush
+https://www.postgresql.org/docs/current/libpq-async.html#LIBPQ-PQFLUSH
821
"""
822
function flush(jl_conn)
823
watcher = FDWatcher(socket(jl_conn), true, true) # can wait for reads and writes
0 commit comments