pgsql: Add C comment about problems with CHAR() space trimming

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment about problems with CHAR() space trimming
Date: 2014-02-14 02:46:39
Message-ID: E1WE8nX-0008Pn-Rj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add C comment about problems with CHAR() space trimming

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9c57d11fca3b87daa741151f75085e2554ee310f

Modified Files
--------------
src/backend/utils/adt/varchar.c | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-02-14 02:52:35 pgsql: Fix typo
Previous Message Tom Lane 2014-02-13 23:46:19 pgsql: Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.