The following bug has been logged on the website:
Bug reference: 13784
Logged by: biznixcn
Email address: biznixcn(at)gmail(dot)com
PostgreSQL version: 9.4.5
Operating system: Ubuntu 14.04.3 docker container
Description:
As long as the name of table I wanted to create is 'testtbl', the query will
run forever.
CREATE TABLE testtbl (
did integer,
name varchar(40) UNIQUE
);
No error message