pgsql: Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c
Date
Msg-id E1akPIE-0004OX-4E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.

Fix up check for high-bit-set characters, which provoked "comparison is
always true due to limited range of data type" warnings on some compilers,
and was unlike the way we do it elsewhere anyway.  Fix omission of "$"
from the set of valid identifier continuation characters.  Get rid of
sanitize_text(), which was utterly inconsistent with any other error report
anywhere in the system, and wasn't even well designed on its own terms
(double-quoting the result string without escaping contained double quotes
doesn't seem very well thought out).  Fix up error messages, which didn't
follow the message style guidelines very well, and were overly specific in
situations where the actual mistake might not be what they said.  Improve
documentation.

(I started out just intending to fix the compiler warning, but the more
I looked at the patch the less I liked it.)

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml             |  27 +++--
src/backend/utils/adt/misc.c       | 199 ++++++++++++++-----------------------
src/test/regress/expected/name.out |  29 +++---
3 files changed, 103 insertions(+), 152 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates