pgsql: Fix a typo and some doc indentation related to libpq pipeline fu

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a typo and some doc indentation related to libpq pipeline fu
Date: 2024-01-16 00:18:46
Message-ID: E1rPXAE-001bpS-Pw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-16 01:14:04 pgsql: libpq: Add PQsendPipelineSync()
Previous Message Robert Haas 2024-01-15 16:57:53 pgsql: Fix typos.