Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions?

Поиск
Список
Период
Сортировка
Искать
От
Andres Freund
Тема
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions?
Дата
Msg-id
20200126203059.utxcn36vdqzajmvm@alap3.anarazel.de
Ответ на
Список
Дерево обсуждения
Ought to use heap_multi_insert() for pg_attribute/depend insertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Thomas Munro <thomas.munro@gmail.com>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Thomas Munro <thomas.munro@gmail.com>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? michael@paquier.xyz
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Michael Paquier <michael@paquier.xyz>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Andres Freund <andres@anarazel.de>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson <daniel@yesql.se>
Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Andres Freund <andres@anarazel.de>
Hi,

On 2020-01-22 23:18:12 +0100, Daniel Gustafsson wrote:
> > On 26 Nov 2019, at 06:44, Michael Paquier  wrote:
> 
> Re this patch being in WoA state for some time [0]:
> 
> > The regression tests of contrib/test_decoding are still failing here:
> > +ERROR:  could not resolve cmin/cmax of catalog tuple
> 
> This is the main thing left with this patch, and I've been unable so far to
> figure it out.  I have an unscientific hunch that this patch is shaking out
> something (previously unexercised) in the logical decoding code supporting
> multi-inserts in the catalog.  If anyone has ideas or insights, I would love
> the help.

Perhaps we can take a look at it together while at fosdem? Feel free to
remind me...

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата:
От: Andres Freund
Дата:
FAQ