mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Remove incorrect comment
Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@@ -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];
|
||||||
|
Reference in New Issue
Block a user