From: | Alvaro Herrera <alvaro(dot)herrera(at)2ndquadrant(dot)com> |
---|---|
To: | Boris Kolpackov <boris(at)codesynthesis(dot)com> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Pipeline mode and PQpipelineSync() |
Date: | 2021-06-23 16:55:40 |
Message-ID: | 202106231655.5tkagqvcxej5@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2021-Jun-23, Boris Kolpackov wrote:
> I think one change that is definitely needed is to make it clear that
> the PQpipelineSync() call is not optional.
>
> I would also add a note saying that while the server starts processing
> the pipeline immediately, it may buffer the results and the only way
> to flush them out is to call PQpipelineSync().
Aren't those two things one and the same? I propose the attached.
--
Álvaro Herrera Valdivia, Chile
"El hombre nunca sabe de lo que es capaz hasta que lo intenta" (C. Dickens)
Attachment | Content-Type | Size |
---|---|---|
0001-Clarify-that-pipeline-sync-is-mandatory.patch | text/x-diff | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ranier Vilela | 2021-06-23 17:38:26 | Fix uninitialized copy_data var (src/backend/commands/subscriptioncmds.c) |
Previous Message | Peter Geoghegan | 2021-06-23 16:42:21 | Re: Using indexUnchanged with nbtree |