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:34:54
Message-ID: CAKU4AWpY_t18BFDeRZa+cKLs3gYJzFXQGd1+ZjfZ=cTX5jfbTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

and whenever I run a simple query "SELECT test_shm_mq(1024, 'a');"

I see the following log

2019-03-11 16:33:17.800 CST [65021] LOG: background worker "test_shm_mq"
(PID 65052) exited with exit code 1

does it indicates something wrong?

On Mon, Mar 11, 2019 at 4:30 PM Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com> wrote:

> 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 Dean Rasheed 2019-03-11 08:35:36 Re: [HACKERS] PATCH: multivariate histograms and MCV lists
Previous Message Michael Paquier 2019-03-11 08:31:33 Re: Fix volatile vs. pointer confusion