pgsql: Expand ad-hoc unit abbreviations in function descriptions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expand ad-hoc unit abbreviations in function descriptions
Date: 2016-12-29 16:28:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expand ad-hoc unit abbreviations in function descriptions

There is no need to use abbreviations here, so just write it out for
consistency.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27866bd1e88c7b564b42394a0d5b069b015666c4

Modified Files
--------------
src/include/catalog/pg_proc.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-29 21:57:48 pgsql: Remove manual breaks in NodeTag assignments to fix duplicate tag
Previous Message Peter Eisentraut 2016-12-29 15:57:22 pgsql: Make more use of RoleSpec struct