pgsql: Code + docs review for unicode linestyle patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Code + docs review for unicode linestyle patch.
Date
Msg-id E1Ztem3-0008Pv-0I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Code + docs review for unicode linestyle patch.

Fix some brain fade in commit a2dabf0e1dda93c8: erroneous variable names
in docs, rearrangements that made sentences less clear not more so,
undocumented and poorly-chosen-anyway API behaviors of subroutines,
bad grammar in error messages, copy-and-paste faults.

Albe Laurenz and Tom Lane

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f4057cdffc355f5d4a9d8411fb953069be6d72ea

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   42 ++++++++++++++++++++++------------------
doc/src/sgml/release-9.5.sgml  |    6 +++---
src/bin/psql/command.c         |   36 ++++++++++++++++++----------------
3 files changed, 45 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: shm_mq: Third attempt at fixing nowait behavior in shm_mq_receiv
Next
From: Tom Lane
Date:
Subject: pgsql: Code + docs review for unicode linestyle patch.