mirror of https://github.com/citusdata/citus.git
Fix merge errors
parent
1483b9d5c0
commit
aa72313c85
|
@ -11,7 +11,6 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#include "funcapi.h"
|
||||
#include "pg_config.h"
|
||||
#include "access/nbtree.h"
|
||||
#include "access/table.h"
|
||||
#include "catalog/pg_am.h"
|
||||
|
|
|
@ -29,4 +29,8 @@ void _PG_init(void);
|
|||
|
||||
void
|
||||
_PG_init(void)
|
||||
{
|
||||
columnar_init_gucs();
|
||||
columnar_tableam_init();
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ NO_PGXS = 1
|
|||
|
||||
SHLIB_LINK += $(libpq)
|
||||
SHLIB_LINK_INTERNAL += -L../columnar -l:columnar.so
|
||||
|
||||
override enable_rpath = yes
|
||||
include $(citus_top_builddir)/Makefile.global
|
||||
|
||||
rpathdir = $(shell $(PG_CONFIG) --libdir):$(shell $(PG_CONFIG) --pkglibdir)
|
||||
|
|
Loading…
Reference in New Issue