Re: about test_parser installation failure problem(PostgreSQL in 9.5.0)? - Mailing list pgsql-hackers

From Adrian Klaver
Subject Re: about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Date
Msg-id 569E6258.1020001@aklaver.com
Whole thread Raw
List pgsql-hackers
On 01/14/2016 06:51 PM, 閬閬イふ wrote:
> hi postgreSql !
>      test_parser install is ok (postgresql 9.2.4)
>     but at (postgresql 9.5.0) failure?
> why?the postgresql say:
> CREATE EXTENSION zhparser
> say:
> ERROR:  syntax error at or near ""
> LINE 1: CREATE EXTENSION zhparser
>          ^
> ********** 错误 **********
> ERROR: syntax error at or near ""
> SQL 状态: 42601
> 字符:1
> CREATE EXTENSION test_parser FROM unpackaged
> ERROR:  function testprs_start(internal, integer) does not exist
> ********** 错误 **********
> ERROR: function testprs_start(internal, integer) does not exist
> SQL 状态: 42883
> 9.5.0 Not supported ?
> can help me?

The last place I see it is:

http://www.postgresql.org/docs/9.4/interactive/test-parser.html

I do not see it in the 9.5 contrib modules:

http://www.postgresql.org/docs/9.5/interactive/contrib.html

Aah, looking at the Release Notes for 9.5:

http://www.postgresql.org/docs/9.5/interactive/release-9-5.html

Move dummy_seclabel, test_shm_mq, test_parser, and worker_spi from
contrib to src/test/modules (Álvaro Herrera)

These modules are only meant for server testing, so they do not need to
be built or installed when packaging PostgreSQL.

So if you are building from source you can go there to build the module.

> cnpusr
> 2015-01-15


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Logical decoding on standby
Next
From: "閬閬イふ"
Date:
Subject: about test_parser installation failure problem(PostgreSQL in 9.5.0)?