mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
@@ -395,7 +395,7 @@ nogssuser disable disable * connect, authok
|
||||
# The expected events and outcomes above assume that SSL support
|
||||
# is enabled. When libpq is compiled without SSL support, all
|
||||
# attempts to connect with sslmode=require or
|
||||
# sslnegotition=direct/requiredirectwould fail immediately without
|
||||
# sslnegotiation=direct/requiredirect would fail immediately without
|
||||
# even connecting to the server. Skip those, because we tested
|
||||
# them earlier already.
|
||||
my ($sslmodes, $sslnegotiations);
|
||||
@@ -552,7 +552,7 @@ done_testing();
|
||||
|
||||
### Helper functions
|
||||
|
||||
# Test the cube of parameters: user, gssencmode, sslmode, and sslnegotitation
|
||||
# Test the cube of parameters: user, gssencmode, sslmode, and sslnegotiation
|
||||
sub test_matrix
|
||||
{
|
||||
local $Test::Builder::Level = $Test::Builder::Level + 1;
|
||||
|
Reference in New Issue
Block a user