pgsql: Rerun pgindent with updated typedef list.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rerun pgindent with updated typedef list.
Date: 2011-11-14 17:12:43
Message-ID: E1RQ05L-00051e-W4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rerun pgindent with updated typedef list.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a2586c1d0d458235b3241834f3f755410301c64

Modified Files
--------------
src/backend/commands/typecmds.c | 2 +-
src/backend/utils/adt/rangetypes.c | 18 ++++++------
src/tools/pgindent/typedefs.list | 52 +++++++++++++++++++++++++++++++----
3 files changed, 56 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-14 18:59:46 pgsql: Fix copyright notices, other minor editing in new range-types co
Previous Message Bruce Momjian 2011-11-14 17:09:30 pgsql: Run pgindent on range type files, per request from Tom.