| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Moses Mafusire <mosesmafusire(at)yahoo(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Cstore_fdw issue. |
| Date: | 2020-04-03 15:39:53 |
| Message-ID: | 02a52e7f-1316-714b-8ccb-f9095bbb3ca1@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 4/3/20 5:53 AM, Moses Mafusire wrote:
> Hi Adrian,
> Thanks for your response. Here is what I'm getting when I run /pg_config;/
> VERSION = PostgreSQL 12.1
So that is the correct version.
Just to be clear there is only one version of Postgres on this machine,
correct?
Before you run make again, edit the Makefile so:
ifndef MAJORVERSION
MAJORVERSION := $(basename $(VERSION))
endif
becomes:
ifndef MAJORVERSION
MAJORVERSION := $(basename $(VERSION))
endif
$(info MAJORVERSION is $(MAJORVERSION))
When I run the above I get:
aklaver(at)maura:~/test/cstore_fdw-1.7.0> PATH=/usr/local/pgsql/bin/:$PATH
make
MAJORVERSION is 12
...
and the code compiles.
> *Moses Mafusire*
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2020-04-03 15:52:21 | Re: Improve COPY performance into table with indexes. |
| Previous Message | David G. Johnston | 2020-04-03 15:07:07 | Re: Database Cache Hit Ratio (Warning) |