pgsql: Synchronize doc/ copies of src/test/examples/. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Synchronize doc/ copies of src/test/examples/.
Date
Msg-id E1epJ5B-0001NZ-O6@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix planner failures with overlapping mergejoin clauses in anou
Next
From: Tom Lane
Date:
Subject: pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX.