pgsql: Remove some comments related to pqPipelineSync() and PQsendPipel

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some comments related to pqPipelineSync() and PQsendPipel
Date: 2024-01-17 06:55:26
Message-ID: E1rPzpe-001oLv-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some comments related to pqPipelineSync() and PQsendPipelineSync()

These comments explained how these functions behave internally, and the
equivalent is described in the documentation section dedicated to the
pipeline mode of libpq. Let's remove these comments, getting rid of the
duplication with the docs.

Reported-by: Álvaro Herrera
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/202401150949.wq7ynlmqxphy@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/061cc7eacac15c4bcd4447a238e16a6e0ea9c6bb

Modified Files
--------------
src/interfaces/libpq/fe-exec.c | 17 -----------------
1 file changed, 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-17 08:03:42 pgsql: Fix description of DecodeInsert() in decode.c
Previous Message Michael Paquier 2024-01-17 05:05:21 pgsql: Add support for parsing of large XML data (>= 10MB)