BUG #14917: process hang on create index - Mailing list pgsql-bugs

From sagadin@gmail.com
Subject BUG #14917: process hang on create index
Date
Msg-id 20171117112600.1465.35972@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #14917: process hang on create index  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14917
Logged by:          Boris Sagadin
Email address:      sagadin@gmail.com
PostgreSQL version: 9.5.10
Operating system:   Ubuntu 16.04, CentOS 7
Description:

This happens just on one customer table, UTF-8 is used. Can recreate and
provide more details.

CREATE INDEX on this table never ends. Data can be inserted into table.
Table can be dumped and recreated, but creating index always hangs the
process.

perf top -u postgres on CenOS 7.4, on Ubuntu is very similar.

97.24%  libc-2.17.so      [.] get_next_seq
   0.94%  libc-2.17.so      [.] __strcoll_l
   0.50%  postgres          [.] pg_detoast_datum_packed
   0.21%  libc-2.17.so      [.] __memcpy_ssse3_back



pgsql-bugs by date:

Previous
From: Wim Bertels
Date:
Subject: psql ignores server port setting through alter system whenconnecting?
Next
From: Ashutosh Bapat
Date:
Subject: Re: [BUGS] BUG #14890: Error grouping by same column twice using FDW