| От | Michael Paquier |
|---|---|
| Тема | Re: LLVM jit and matview |
| Дата | |
| Msg-id | 20180710001958.GD1661@paquier.xyz обсуждение |
| Ответ на | LLVM jit and matview (Dmitry Dolgov <9erthalion6@gmail.com>) |
| Ответы |
Re: LLVM jit and matview
Re: LLVM jit and matview |
| Список | pgsql-hackers |
On Mon, Jul 09, 2018 at 04:04:11PM +0200, Dmitry Dolgov wrote: > # matview.sql > ... > =# REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tm; > server closed the connection unexpectedly > This probably means the server terminated abnormally > before or while processing the request. > The connection to the server was lost. Attempting reset: Failed. Problem reproduced here with exactly the same stack. Here is a simple SQL sequence: create table aa (a int); create materialized view aam as select * from aa; create unique index aami on aam(a); insert into aa values (generate_series(1,100000)); refresh materialized view CONCURRENTLY aam; I have added an open item. -- Michael
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера