pgsql: Fix typo in initdb's SCRAM password processing.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in initdb's SCRAM password processing.
Date: 2017-03-12 20:01:47
Message-ID: E1cn9gZ-0007L0-8H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2017-03-12 21:44:29 Re: pgsql: dblink: Replace some macros by static functions
Previous Message Andres Freund 2017-03-11 23:43:36 pgsql: Improve expression evaluation test coverage.