Spurious full-stop in message

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Spurious full-stop in message
Date: 2015-07-06 21:42:54
Message-ID: CA+mi_8YF+x1y5XMW=HQHidr63fDufVjei1gzwKbknV1tVTmoDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

postgresql/src/backend$ grep "must be superuser to change bypassrls
attribute" commands/user.c | sed 's/ \+//'
errmsg("must be superuser to change bypassrls attribute.")));
errmsg("must be superuser to change bypassrls attribute")));

Patch to fix attached.

Attachment Content-Type Size
extra-full-stop.patch text/x-patch 458 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-07-06 22:01:03 Re: Spurious full-stop in message
Previous Message Pavel Stehule 2015-07-06 21:34:20 Re: raw output from copy