pgsql: Tweak some authentication debug messages to follow project style - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Tweak some authentication debug messages to follow project style
Date
Msg-id E1iS4WG-0001Kp-3M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak some authentication debug messages to follow project style.

Avoid initial capital, since that's not how we do it.

Discussion: https://postgr.es/m/CACP=ajbrFFYUrLyJBLV8=q+eNCapa1xDEyvXhMoYrNphs-xqPw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66c61c81b90c68db84d422092fbbf8a1a82ee09a

Modified Files
--------------
src/backend/libpq/auth.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix "unexpected relkind" error when denying permissions on toast
Next
From: Andres Freund
Date:
Subject: pgsql: Split all OBJS style lines in makefiles into one-line-per-entry