diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-16 21:43:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-16 21:43:40 -0400 |
commit | f4051e363c1757a5fa05825a361d9dd0e54508bc (patch) | |
tree | 767abafe39fcbf8d6ced6229238e9d1bc397c20b /src/backend/access/gist/gistproc.c | |
parent | 0294023a6b1c5df7683707a77238ab634d4ea8c1 (diff) | |
download | postgresql-f4051e363c1757a5fa05825a361d9dd0e54508bc.tar.gz postgresql-f4051e363c1757a5fa05825a361d9dd0e54508bc.zip |
Fix advertised dispsize for libpq's sslmode connection parameter.
"8" was correct back when "disable" was the longest allowed value, but
since "verify-full" was added, it should be "12". Given the lack of
complaints, I wouldn't be surprised if nobody is actually using these
values ... but still, if they're in the API, they should be right.
Noticed while pursuing a different problem. It's been wrong for quite
a long time, so back-patch to all supported branches.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions