pgsql: Synchronize doc/ copies of src/test/examples/.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Synchronize doc/ copies of src/test/examples/.
Date: 2018-02-23 19:32:37
Message-ID: E1epJ5B-0001NQ-N9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Synchronize doc/ copies of src/test/examples/.

This is mostly cosmetic, but it might fix build failures, on some
platform, when copying from the documentation.

Back-patch to 9.3 (all supported versions).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe35cea7cf896574d765edf86a293fbc67c74365

Modified Files
--------------
doc/src/sgml/libpq.sgml | 15 ++++++++++++++-
src/test/examples/testlibpq2.sql | 2 +-
2 files changed, 15 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-02-23 19:39:42 pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX.
Previous Message Tom Lane 2018-02-23 18:47:54 pgsql: Fix planner failures with overlapping mergejoin clauses in an ou