pgsql: Bring hstore's comment into line with style of other contrib com - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Bring hstore's comment into line with style of other contrib com
Date
Msg-id E1PpQTR-0006Qy-E7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Bring hstore's comment into line with style of other contrib comments.

All the other ones that are primarily a new datatype say "data type for
<purpose>", so make this one similar.

Branch
------
master

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

Modified Files
--------------
contrib/hstore/hstore.control |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix obsolete comment.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch