[COMMITTERS] pgsql: Fix typo in initdb's SCRAM password processing. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix typo in initdb's SCRAM password processing.
Date
Msg-id E1cn9gZ-0007L0-8H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in initdb's SCRAM password processing.

Noted by Coverity (a rather impressive catch).

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/835cc1136745e8cf02d3d0231b5b7c7a543df5df

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Improve expression evaluation test coverage.
Next
From: David Rowley
Date:
Subject: Re: [COMMITTERS] pgsql: dblink: Replace some macros by static functions