From cb28349d0c374a9884fd725784ce15336d4aa10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=93=CE=B5=CF=89=CF=81=CE=B3=CE=B1=CE=BA=CF=8C=CF=80?= =?UTF-8?q?=CE=BF=CF=85=CE=BB=CE=BF=CF=82?= Date: Tue, 19 Sep 2023 00:35:47 +0300 Subject: [PATCH] Update src/connections.jl Co-authored-by: Eric Davies --- src/connections.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections.jl b/src/connections.jl index cee24f1a..fc5a74c6 100644 --- a/src/connections.jl +++ b/src/connections.jl @@ -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