diff options
| author | Heikki Linnakangas | 2017-03-07 13:22:52 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2017-03-07 13:24:27 +0000 |
| commit | 55acfcbffd7d11db8c10cd94ba44bfe5974894e0 (patch) | |
| tree | 7f98860bd81f56499a89e2315b122f026863893e /src/backend/libpq | |
| parent | 5ee2197767f648bc21e324e751b84d42af573b43 (diff) | |
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
Diffstat (limited to 'src/backend/libpq')
| -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 |
