Hi All, Is there an easy way to add c++ files to my simple pgsql module ? My Makefile is as follows -
=== MODULES = pg_uservars DATA_built = pg_uservars.sql PGXS := $(shell pg_config --pgxs) include $(PGXS) === I've got "pg_uservars.c" and "hv.cc" and I'd like to compile hv.cc via g++. I'm aware of c++ name [de]mangling, just looking if there's a standard way of using C++ when it comes to pgxs. -- Best Regards, Igor Shevchenko -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general