Обсуждение: Adjust recovery test file name

Поиск
Список
Период
Сортировка

Adjust recovery test file name

От
Masahiko Sawada
Дата:
Hi all,

The file 006_logical_decoding_timelines.pl was removed by the commit c1543a8.
But currently 005_***.pl and 007_***.pl exist on source tree.
Should we change its file number to 006?

Please find attached patch renames 007_sync_rep.pl to 006_sync_rep.pl.

Regards,

--
Masahiko Sawada

Вложения

Re: Adjust recovery test file name

От
Alvaro Herrera
Дата:
Masahiko Sawada wrote:
> Hi all,
> 
> The file 006_logical_decoding_timelines.pl was removed by the commit c1543a8.
> But currently 005_***.pl and 007_***.pl exist on source tree.
> Should we change its file number to 006?

I don't think we need to bother about this.  Whenever somebody submits a
new test script they can fill the 006 gap.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: Adjust recovery test file name

От
Masahiko Sawada
Дата:
On Wed, Jul 20, 2016 at 5:08 AM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Masahiko Sawada wrote:
>> Hi all,
>>
>> The file 006_logical_decoding_timelines.pl was removed by the commit c1543a8.
>> But currently 005_***.pl and 007_***.pl exist on source tree.
>> Should we change its file number to 006?
>
> I don't think we need to bother about this.  Whenever somebody submits a
> new test script they can fill the 006 gap.
>

I understood.
Thank you for the reply!

Regards,

--
Masahiko Sawada