mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Remove incorrect comment
Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
parent
bb1f8f9e5b
commit
7f5cb14e3c
@ -34,8 +34,6 @@ sub run_test_psql
|
|||||||
# The first argument is a (part of a) connection string, and it's also printed
|
# The first argument is a (part of a) connection string, and it's also printed
|
||||||
# out as the test case name. It is appended to $common_connstr global variable,
|
# out as the test case name. It is appended to $common_connstr global variable,
|
||||||
# which also contains a libpq connection string.
|
# which also contains a libpq connection string.
|
||||||
#
|
|
||||||
# The second argument is a hostname to connect to.
|
|
||||||
sub test_connect_ok
|
sub test_connect_ok
|
||||||
{
|
{
|
||||||
my $connstr = $_[0];
|
my $connstr = $_[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user