pgsql: Rename C variables in formatting.c, for clarity

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename C variables in formatting.c, for clarity
Date: 2014-09-05 13:52:35
Message-ID: E1XPtwJ-0004ej-N5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename C variables in formatting.c, for clarity

Also add C comments. This should help future debugging of this
notorious file.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/formatting.c | 179 +++++++++++++++++++-----------------
1 file changed, 97 insertions(+), 82 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-09-05 22:59:47 pgsql: Clarify documentation about "peer" rows in window functions
Previous Message Peter Eisentraut 2014-09-05 05:37:07 pgsql: Assorted message fixes and improvements