pgsql: doc: Fix spelling of option -Dtap_tests for meson

2023-02-14 Thread Michael Paquier
doc: Fix spelling of option -Dtap_tests for meson This option was documented as -Dtap-tests, but the option requires an underscore in its name. Author: Katsuragi Yuta Discussion: https://postgr.es/m/cff4558e170be78d8fd64ed45edbe...@oss.nttdata.com Branch -- master Details --- https://gi

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS cer

2023-02-14 Thread Michael Paquier
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates OpenSSL 1.1.1 and newer versions have added support for RSA-PSS certificates, which requires the use of a specific routine in OpenSSL to determine which hash function to use when compiling it when using channel binding in SC

pgsql: Fix make_etags failure on Mac.

2023-02-14 Thread Tatsuo Ishii
Fix make_etags failure on Mac. Previously make_etags always ran make_ctags -e when make_etags was executed. However, because non-Exuberant ctags on Mac does not support -e option (and also on other platforms including old Linux), ctags failed. To avoid the failure change make_ctags so that if non

pgsql: Change argument type of pq_sendbytes from char * to void *

2023-02-14 Thread Peter Eisentraut
Change argument type of pq_sendbytes from char * to void * This is a follow-up to 1f605b82ba66ece8b421b10d41094dd2e3c0c48b. It allows getting rid of further casts at call sites. Reviewed-by: Corey Huinker Discussion: https://www.postgresql.org/message-id/783a4edb-84f9-6df2-7470-2ef5ccc66...@en