Re: pgsql: Do assorted mop-up in the planner.

Поиск
Список
Период
Сортировка
От Robins Tharakan
Тема Re: pgsql: Do assorted mop-up in the planner.
Дата
Msg-id CAEP4nAyEc=w1NDe=gzwezah-WjpaD+4ST0QdqA+2PBS4himx7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Do assorted mop-up in the planner.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Do assorted mop-up in the planner.  (Robins Tharakan <tharakan@gmail.com>)
Список pgsql-committers
Thanks for taking a look.

To add, although a slightly different signature, it looks like Bug #17769 is
also related to this commit b448f1c8d83f.

https://www.postgresql.org/message-id/17769-e4f7a5c9d84a80a7%40postgresql.org

=======
SQL
SELECT
FROM pg_catalog.pg_statio_all_tables AS ref_0,
     LATERAL (SELECT
              WHERE ref_0.schemaname = ref_0.relname) AS subq_0;


Checking (0736fc1ceb~16) - 3bef56e11650a33f70adeb6dd442bc2b48bb9b72 - Crash
Checking (0736fc1ceb~17) - b448f1c8d83f8b65e2f0080c556ee21a7076da25 - Crash
Checking (0736fc1ceb~18) - 2489d76c4906f4461a364ca8ad7e0751ead8aa0d - Success
Checking (0736fc1ceb~19) - ec7e053a98f39a9e3c7e6d35f0d2e83933882399 - Success
Checking (0736fc1ceb~20) - fe9e658f4d7fbc12d2b6a74c4ee90c73e53d68ef - Success

-
robins

On Thu, 2 Feb 2023 at 12:23, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Robins Tharakan <tharakan@gmail.com> writes:
> > This commit is causing occasional Asserts in my testing.
>
> Thanks!  I'm tired now, but will have a look tomorrow.
>
>                         regards, tom lane



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Ensure that numeric.c compiles with other NBASE values.
Следующее
От: Robins Tharakan
Дата:
Сообщение: Re: pgsql: Do assorted mop-up in the planner.