postgresql/contrib/sslinfo
Heikki Linnakangas e453cc2741 Make Port->ssl_in_use available, even when built with !USE_SSL
Code that check the flag no longer need #ifdef's, which is more convenient.
In particular, makes it easier to write extensions that depend on it.

In the passing, modify sslinfo's ssl_is_used function to check ssl_in_use
instead of the OpenSSL specific 'ssl' pointer. It doesn't make any
difference currently, as sslinfo is only compiled when built with OpenSSL,
but seems cleaner anyway.
2014-11-25 09:46:11 +02:00
..
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
sslinfo--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
sslinfo--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
sslinfo.c Make Port->ssl_in_use available, even when built with !USE_SSL 2014-11-25 09:46:11 +02:00
sslinfo.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00