Andreas Pflug pgadmin
Wed Feb 23 15:35:36 PST 2005
I created new makefiles for slony_funcs and xxid using the contrib 
infrastructure, which makes them win32 compatible. IMHO the attached 
versions should replace the current ones.

After some short tests, Slony-q 1.0.5 seems to be able to replicate with 
win32 servers using those modules correctly.

The slon process currently refuses to link, the thread lib seems to be 
the problem.

Apparently slonik uses fork(), which would make porting it much more 
expensive. I won't spent more time on that, pgAdmin will do that anyway.

Regards,
Andreas

-------------- next part --------------
MODULES=slony1_funcs
slony_subdir = src/slony1_funcs
slony_top_builddir = ../..
include $(slony_top_builddir)/Makefile.global
CFLAGS += -I$(slony_top_builddir)

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
top_builddir = $(PGSOURCETREE)
include $(PGSOURCETREE)/contrib/contrib-global.mk
endif
-------------- next part --------------
MODULES=xxid
slony_subdir = src/xxid
slony_top_builddir = ../..
include $(slony_top_builddir)/Makefile.global

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
top_builddir = $(PGSOURCETREE)
include $(PGSOURCETREE)/contrib/contrib-global.mk
endif


More information about the Slony1-general mailing list