Re: BUG #17695: Failed Assert in logical replication snapbuild.

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: BUG #17695: Failed Assert in logical replication snapbuild.
Дата
Msg-id DB7F9F38-11F6-4EA2-B414-5BD925A1FE25@yesql.se
обсуждение исходный текст
Ответ на Re: BUG #17695: Failed Assert in logical replication snapbuild.  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: BUG #17695: Failed Assert in logical replication snapbuild.  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-bugs
This thread has been idle for quite some time, and the test isn't running at
all, whereas there is more activity on the linked thread.  AFAICT from the
thread this issue is reproducible in HEAD so the test should be for master
right?  Should this be closed in favor of the other patch?

A quick glance at the failing test, assuming we want it for master:

+use TestLib;
+use PostgresNode;
This needs updating after b3b4d8e68ae which moved the test modules to a proper namespace.

+use DBI;
Not used in the test, and I can't see why it should be?

+use Test::More tests => 1;
We've moved away from explicit plans in favor of done_testing().

--
Daniel Gustafsson




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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17872: Dropping an attribute of a composite type breaks indexes over the type silently
Следующее
От: Atul Dhole
Дата:
Сообщение: pg_dump hang observed: Need help