Slony under win32 - Mailing list pgsql-hackers-win32

From Andreas Pflug
Subject Slony under win32
Date
Msg-id 421CA2CA.2060801@pse-consulting.de
Whole thread Raw
Responses Re: [Slony1-general] Slony under win32
Re: [Slony1-general] Slony under win32
List pgsql-hackers-win32
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

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
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

pgsql-hackers-win32 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pg_dump
Next
From: Jan Wieck
Date:
Subject: Re: [Slony1-general] Slony under win32