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

Michael Paquier <michael@paquier.xyz>

Commit: 061cc7eacac15c4bcd4447a238e16a6e0ea9c6bb
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-01-17T06:53:59Z
Releases: 17.0
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

Files

PathChange+/−
src/interfaces/libpq/fe-exec.c modified +0 −17

Discussion