On 11/11/2015 10:55 AM, Geoff Montee wrote:
Hi Joanne,

On Wed, Nov 11, 2015 at 4:53 AM, Mammarelli, Joanne T
<joanne.t.mammare...@verizon.com> wrote:
Installed postgresql-devel .. getting closer ..

Installed Packages
postgresql.x86_64                 9.2.13-1.el7_1           @rhel7-x86_64-2015-07
postgresql-devel.x86_64           9.2.13-1.el7_1           @rhel-x86_64-server-7
postgresql-libs.x86_64            9.2.13-1.el7_1           @rhel7-x86_64-2015-07
postgresql-server.x86_64          9.2.13-1.el7_1           @rhel-x86_64-server-7

Installed Packages
freetds.x86_64            0.91-12.git0a42888.el7      @rhel-x86_64-server-7-epel
freetds-devel.x86_64      0.91-12.git0a42888.el7      @rhel-x86_64-server-7-epel


[root@scsblnx-994457 tds_fdw-master]# make USE_PGXS=1
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-sc
src/tds_fdw.c:30:33: fatal error: access/htup_details.h: No such file or directy
  #include "access/htup_details.h"
                                  ^
compilation terminated.
make: *** [src/tds_fdw.o] Error 1
[root@scsblnx-994457 tds_fdw-master]#

Any ideas?


I believe that I just committed a fix for this to tds_fdw. Can you
please pull the latest commit from the tds_fdw repo and then try
compiling again?

I can confirm it works for me on 9.2.14.

psql (9.2.14)
Type "help" for help.

postgres@postgres=# CREATE EXTENSION tds_fdw;
CREATE EXTENSION


Thanks,

Geoff




--
Adrian Klaver
adrian.kla...@aklaver.com


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to