Re: I have some troubles to run test_shm_mq;

From: Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: I have some troubles to run test_shm_mq;
Date: 2019-03-11 08:30:06
Message-ID: CAKU4AWpzZ1JQyX8kX_X4R7fvVfZdsS79jjR7+_LX__dr=quvPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Works, thank you Thomas! I have spent more than 2 hours on this. do you
know which document I miss for this question?

Thanks

On Mon, Mar 11, 2019 at 4:05 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:

> On Mon, Mar 11, 2019 at 8:59 PM Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com> wrote:
> > 4. CREATE EXTENSION test_shm_mq; ==> . could not open extension
> control file "/.../share/postgresql/extension/test_shm_mq.control": No such
> file or directory
> >
> > how can I get it work? Thanks
>
> Hi Andy,
>
> Try this first:
>
> cd src/test/modules/test_shm_mq
> make install
>
> --
> Thomas Munro
> https://enterprisedb.com
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-03-11 08:31:33 Re: Fix volatile vs. pointer confusion
Previous Message Etsuro Fujita 2019-03-11 08:19:54 Re: Problems with plan estimates in postgres_fdw