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