Re: Question about 001_stream_rep.pl recovery test

2021-12-14 Thread David Zhang
Thanks a lot Michael for the explanation. On 2021-12-13 4:05 a.m., Michael Paquier wrote: On Fri, Dec 10, 2021 at 01:44:40PM -0800, David Zhang wrote: Inside the test script `src/test/recovery/t/001_stream_rep.pl`, a comment at line 30 says `my_backup` is "not mandatory",  30 # Take backup of

Re: Question about 001_stream_rep.pl recovery test

2021-12-13 Thread Michael Paquier
On Fri, Dec 10, 2021 at 01:44:40PM -0800, David Zhang wrote: > Inside the test script `src/test/recovery/t/001_stream_rep.pl`, a comment at > line 30 says `my_backup` is "not mandatory", > >  30 # Take backup of standby 1 (not mandatory, but useful to check if >  31 # pg_basebackup works on a stan

Question about 001_stream_rep.pl recovery test

2021-12-10 Thread David Zhang
Hi Hackers, Inside the test script `src/test/recovery/t/001_stream_rep.pl`, a comment at line 30 says `my_backup` is "not mandatory",  30 # Take backup of standby 1 (not mandatory, but useful to check if  31 # pg_basebackup works on a standby).  32 $node_standby_1->backup($backup_name); howev