BUG #9148: generate invalid index (create index CONCURRENTLY ... )

From: tiyukeji(at)126(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9148: generate invalid index (create index CONCURRENTLY ... )
Date: 2014-02-08 06:28:48
Message-ID: 20140208062848.26700.46932@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: 9148
Logged by: tanhongwei(谭洪伟)
Email address: tiyukeji(at)126(dot)com
PostgreSQL version: 9.1.9
Operating system: Debian GNU/Linux 6.0
Description:

eg :

canceling sql :
CREATE INDEX CONCURRENTLY t_1_index
ON t_1 USING btree
(name);

result:
index t_1_index exist, but size 0

note:
select * from pg_index
where indisvalid <> true
result :
have record.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Firas Khasawneh 2014-02-08 14:50:23 Re: ODBC Driver not allowing updates into views
Previous Message ssaguiar2 2014-02-08 00:41:39 BUG #9142: Bug installing "Database Cluster Initialisation Failed"