diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-16 21:43:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-16 21:43:46 -0400 |
commit | 0bdeb1d51d910e0e19dec3ce0396903ae7de5c74 (patch) | |
tree | fc72177f31e7563ad2ac29afe60b660e2ea8b758 /src/backend/access/gist/gist.c | |
parent | f2063b379fe1e3a0d54ca2dd91839f1dac4d0c95 (diff) | |
download | postgresql-0bdeb1d51d910e0e19dec3ce0396903ae7de5c74.tar.gz postgresql-0bdeb1d51d910e0e19dec3ce0396903ae7de5c74.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/gist.c')
0 files changed, 0 insertions, 0 deletions