From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Improve stylistic consistency of descriptions of built-in objects |
Date: | 2007-09-03 02:30:45 |
Message-ID: | 20070903023045.63369754201@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Improve stylistic consistency of descriptions of built-in objects by avoiding
initcap style --- the vast majority of the existing descriptions do not use
an initial cap. I didn't change places where the first word was all-cap.
initdb not forced because this doesn't change any regression test results.
Modified Files:
--------------
pgsql/src/backend/snowball:
snowball.sql.in (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball.sql.in?r1=1.3&r2=1.4)
snowball_func.sql.in (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/snowball_func.sql.in?r1=1.1&r2=1.2)
pgsql/src/include/catalog:
pg_database.h (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_database.h?r1=1.43&r2=1.44)
pg_language.h (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_language.h?r1=1.30&r2=1.31)
pg_namespace.h (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_namespace.h?r1=1.21&r2=1.22)
pg_proc.h (r1.466 -> r1.467)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.466&r2=1.467)
pg_ts_template.h (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_ts_template.h?r1=1.1&r2=1.2)
pg_type.h (r1.187 -> r1.188)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.187&r2=1.188)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-03 02:51:47 | pgsql: Fix MSVC build (I think) for recent pg_proc.h column addition. |
Previous Message | Tom Lane | 2007-09-03 01:35:08 | Re: Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the |