pgsql: Fix a typo and some doc indentation related to libpq pipeline fu - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix a typo and some doc indentation related to libpq pipeline fu
Date
Msg-id E1rPXAE-001bpS-Pw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a typo and some doc indentation related to libpq pipeline functions

Noticed while reviewing the area for a different patch.  This is
cosmetic, so no backpatch is done.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83eb244e419efd43959fdd544ff8c30e175565ef

Modified Files
--------------
doc/src/sgml/libpq.sgml        | 36 ++++++++++++++++++------------------
src/interfaces/libpq/fe-exec.c |  2 +-
2 files changed, 19 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix typos.
Next
From: Michael Paquier
Date:
Subject: pgsql: libpq: Add PQsendPipelineSync()