+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
#
# Verify that required Perl modules are available,
# in at least the required minimum versions.
#!/usr/bin/perl
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
use strict;
use warnings FATAL => 'all';
use Getopt::Long;
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
# Simple tablespace tests that can't be replicated on the same host
# due to the use of absolute paths, so we keep them out of the regular
# regression tests.
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
# Tests to cross-check the consistency of GUC parameters with
# postgresql.conf.sample.
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
# Very simple exercise of direct I/O GUC.
use strict;
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
# Run the standard regression tests with streaming replication
use strict;
use warnings FATAL => 'all';
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
use strict;
use warnings FATAL => 'all';
use PostgreSQL::Test::Cluster;
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
use strict;
use warnings FATAL => 'all';
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
use strict;
use warnings FATAL => 'all';
use Getopt::Long;