diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-03-07 15:22:52 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-03-07 15:24:27 +0200 |
commit | 55acfcbffd7d11db8c10cd94ba44bfe5974894e0 (patch) | |
tree | 7f98860bd81f56499a89e2315b122f026863893e /src/backend | |
parent | 5ee2197767f648bc21e324e751b84d42af573b43 (diff) | |
download | postgresql-55acfcbffd7d11db8c10cd94ba44bfe5974894e0.tar.gz postgresql-55acfcbffd7d11db8c10cd94ba44bfe5974894e0.zip |
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/libpq/auth-scram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/auth-scram.c b/src/backend/libpq/auth-scram.c index cc4e84403f9..9f78e57aae5 100644 --- a/src/backend/libpq/auth-scram.c +++ b/src/backend/libpq/auth-scram.c @@ -37,7 +37,7 @@ * to the encoding being used, whatever that is. We cannot avoid that in * general, after logging in, but let's do what we can here. * - * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/backend/libpq/auth-scram.c |