From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/libpq-pipeline-mode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/libpq-pipeline-mode.html') diff --git a/doc/src/sgml/html/libpq-pipeline-mode.html b/doc/src/sgml/html/libpq-pipeline-mode.html index de79969..57b2aad 100644 --- a/doc/src/sgml/html/libpq-pipeline-mode.html +++ b/doc/src/sgml/html/libpq-pipeline-mode.html @@ -1,5 +1,5 @@ -34.5. Pipeline Mode

34.5. Pipeline Mode

+34.5. Pipeline Mode

34.5. Pipeline Mode

libpq pipeline mode allows applications to send a query without having to read the result of the previously sent query. Taking advantage of the pipeline mode, a client will wait @@ -324,4 +324,4 @@ UPDATE mytable SET x = x + 1 WHERE id = 42; enough queries to fill both its output buffer and the server's receive buffer before it switches to processing input from the server, but it's hard to predict exactly when that will happen. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3