Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
pgsql-11
/
lib
/
pgxs
/
src
/
test
/
perl
/
PostgreSQL
/
Test
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Cluster.pm
356 B
-rw-r--r--
2023-11-20 11:17:50
Edit
Del
Utils.pm
291 B
-rw-r--r--
2023-11-20 11:17:50
Edit
Del
Editing: Cluster.pm
(356 B)
Path: /usr/pgsql-11/lib/pgxs/src/test/perl/PostgreSQL/Test/Cluster.pm
Back
# Copyright (c) 2022, PostgreSQL Global Development Group # Allow use of release 15+ Perl package name in older branches, by giving that # package the same symbol table as the older package. See PostgresNode::new # for supporting heuristics. use strict; use warnings; BEGIN { *PostgreSQL::Test::Cluster:: = \*PostgresNode::; } use PostgresNode (); 1;