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-0001NZ-O6@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
------
REL9_3_STABLE

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

Modified Files
--------------
doc/src/sgml/libpq.sgml | 18 ++++++++++++++++--
src/test/examples/testlibpq2.sql | 2 +-
2 files changed, 17 insertions(+), 3 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