BUG #7589: Canceled "CREATE UNIQUE INDEX CONCURRENTLY" leave not-fully-build index existing

From: serovov+pgsql(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7589: Canceled "CREATE UNIQUE INDEX CONCURRENTLY" leave not-fully-build index existing
Date: 2012-10-09 08:48:01
Message-ID: E1TLVTt-0000G1-FV@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7589
Logged by: Oleg
Email address: serovov+pgsql(at)gmail(dot)com
PostgreSQL version: 9.1.6
Operating system: CentOs
Description:

See sql console:

01=# CREATE UNIQUE INDEX CONCURRENTLY obj_pkey ON obj (id);
ERROR: canceling statement due to statement timeout
01=# CREATE UNIQUE INDEX CONCURRENTLY obj_pkey ON obj (id);
01=# CREATE UNIQUE INDEX CONCURRENTLY obj_pkey ON obj (id);
ERROR: relation "obj_pkey" already exists
01=# SELECT version();
PostgreSQL 9.1.6 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2
20080704 (Red Hat 4.1.2-52), 64-bit
(1 row)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2012-10-09 12:29:52 Re: [HACKERS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Previous Message Amit Kapila 2012-10-08 14:42:23 Re: BUG #7534: walreceiver takes long time to detect n/w breakdown