postgresql/src/bin/pg_rewind/t
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods
There is only one constructor now for PostgresNode, with the idiomatic
name 'new'. The method is not exported by the class, and must be called
as "PostgresNode->new('name',[args])". All the TAP tests that use
PostgresNode are modified accordingly. Third party scripts will need
adjusting, which is a fairly mechanical process (I just used a sed
script).
2021-07-29 05:58:08 -04:00
..
001_basic.pl Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
002_databases.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
003_extrafiles.pl Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
004_pg_xlog_symlink.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
005_same_timeline.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
006_options.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
007_standby_source.pl Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
008_min_recovery_point.pl Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
RewindTest.pm Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00