pgsql: Wording quibbles regarding initdb username

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Wording quibbles regarding initdb username
Date: 2016-05-08 16:58:26
Message-ID: E1azS2E-0003Kl-Vh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Wording quibbles regarding initdb username

Use disallowed instead of reserved, cannot instead of can not, and
double quotes instead of single quotes.

Also add a test to cover the bug which started this discussion.

Per discussion with Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f69b96390eddf9c6129840eac511fd4159f01bb

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
src/bin/initdb/t/001_initdb.pl | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-05-08 17:02:11 Re: [COMMITTERS] pgsql: Disable BLOB test in pg_dump TAP tests
Previous Message Stephen Frost 2016-05-08 16:11:08 pgsql: Disallow superuser names starting with 'pg_' in initdb