Jon Nelson writes:
> While tracking down some issues that /might/ be kernel related, I ran
> into an error message:
> ERROR: concurrent delete in progress
> With this SQL in a file (t.sql):
> begin;
> create temporary table foo as select x as a, ARRAY[x] as b FROM
> generate_series(1, 1000
While tracking down some issues that /might/ be kernel related, I ran
into an error message:
ERROR: concurrent delete in progress
With this SQL in a file (t.sql):
begin;
create temporary table foo as select x as a, ARRAY[x] as b FROM
generate_series(1, 1000 ) AS x;
create index foo_a_idx on