I have some troubles to run test_shm_mq;

From: Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: I have some troubles to run test_shm_mq;
Date: 2019-03-11 07:59:26
Message-ID: CAKU4AWokATEABxo-x8QO3rMK829qjDRunVpBeKW9baw-pouyGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My code is based on commit

zhifan(at)zhifandeMacBook-Pro ~/g/polardb_clean> git log
commit d06fe6ce2c79420fd19ac89ace81b66579f08493
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Tue Nov 6 18:56:26 2018 -0500

what I did includes:
1. ./configure --enable-debug
2. make world // doesn't see the test_shm_mq on the output
3. make install-world // doesn't see the test_shm_mq.control under the
install directory.
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2019-03-11 08:03:57 Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits
Previous Message Peter Eisentraut 2019-03-11 07:23:39 Fix volatile vs. pointer confusion