Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy
Дата
Msg-id CA+TgmoZWNM4-jEycS8oah=p7ekRWmW3rkQv-xuUsqV4ZWr-KTA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy  (Dilip Kumar <dilipbalaut@gmail.com>)
Ответы Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy  (Michael Paquier <michael@paquier.xyz>)
Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy  (Dilip Kumar <dilipbalaut@gmail.com>)
Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, Feb 16, 2023 at 12:32 PM Dilip Kumar <dilipbalaut@gmail.com> wrote:
> I think the below change is not relevant to this bug right?
>
> diff --git a/src/test/recovery/meson.build b/src/test/recovery/meson.build
> index 209118a639..6e9f8a7c7f 100644
> --- a/src/test/recovery/meson.build
> +++ b/src/test/recovery/meson.build
> @@ -39,6 +39,7 @@ tests += {
>        't/031_recovery_conflict.pl',
>        't/032_relfilenode_reuse.pl',
>        't/033_replay_tsp_drops.pl',
> +      't/100_bugs.pl',
>      ],
>    },
>  }

Why not? The patch creates 100_bugs.pl so it also adds it to meson.build.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy
Следующее
От: Jim Jones
Дата:
Сообщение: Re: [PATCH] Add pretty-printed XML output option