pgsql: Fix copyright notices, other minor editing in new range-types co

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix copyright notices, other minor editing in new range-types co
Date: 2011-11-14 18:59:46
Message-ID: E1RQ1kw-0006Yw-D6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copyright notices, other minor editing in new range-types code.

No functional changes in this commit (except I could not resist the
temptation to re-word a couple of error messages). This is just manual
cleanup after pgindent to make the code look reasonably like other PG
code, in preparation for more detailed code review to come.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/pg_range.c | 14 ++--
src/backend/utils/adt/rangetypes.c | 142 +++++++++++------------------
src/backend/utils/adt/rangetypes_gist.c | 85 +++++++++---------
src/include/catalog/pg_range.h | 23 +++---
src/include/utils/rangetypes.h | 117 ++++++++++++-------------
src/test/regress/expected/rangetypes.out | 2 +-
6 files changed, 172 insertions(+), 211 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-14 20:16:07 pgsql: Return FALSE instead of throwing error for comparisons with empt
Previous Message Bruce Momjian 2011-11-14 17:12:43 pgsql: Rerun pgindent with updated typedef list.