WARNING: concurrent insert in progress within table "resource" - Mailing list pgsql-hackers

From Pavel Stehule
Subject WARNING: concurrent insert in progress within table "resource"
Date
Msg-id CAFj8pRAWuTEfC=Cf7XwOGpZRWmuexPPWukLgEb50J2fC-bHoXw@mail.gmail.com
Whole thread Raw
Responses Re: WARNING: concurrent insert in progress within table "resource"  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hello

I tested creating some larger indexes

There was a warning:

postgres=# CREATE INDEX idx_resource_name ON resource (name, tid);
WARNING:  concurrent insert in progress within table "resource"

I am sure so there was only one active session - so this warning is strange.


postgres=# select version();                                                version
──────────────────────────────────────────────────────────────────────────────────────────────────────────PostgreSQL
9.2develon i686-pc-linux-gnu, compiled by gcc (GCC) 4.5.1 
20100924 (Red Hat 4.5.1-4), 32-bit
(1 row)

Regards

Pavel

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Command Triggers, patch v11
Next
From: Peter Eisentraut
Date:
Subject: Re: Runtime SHAREDIR for testing CREATE EXTENSION