Remove some comments related to pqPipelineSync() and PQsendPipelineSync()
authorMichael Paquier <michael@paquier.xyz>
Wed, 17 Jan 2024 06:53:59 +0000 (15:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 17 Jan 2024 06:53:59 +0000 (15:53 +0900)
commit061cc7eacac15c4bcd4447a238e16a6e0ea9c6bb
tree8a6b8b0f99b732d3ccebc77df1b38493f3877a1f
parent2197d06224a14dba544e05e3df1efcca83bdd9ef
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
src/interfaces/libpq/fe-exec.c