WARNING: concurrent insert in progress within table "resource"

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: WARNING: concurrent insert in progress within table "resource"
Date: 2012-02-26 15:04:23
Message-ID: CAFj8pRAWuTEfC=Cf7XwOGpZRWmuexPPWukLgEb50J2fC-bHoXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.2devel on i686-pc-linux-gnu, compiled by gcc (GCC) 4.5.1
20100924 (Red Hat 4.5.1-4), 32-bit
(1 row)

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-26 15:36:00 Re: Runtime SHAREDIR for testing CREATE EXTENSION
Previous Message Dimitri Fontaine 2012-02-26 14:12:43 Re: Command Triggers, patch v11