Slony under win32

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Slony under win32
Дата
Msg-id 421CA2CA.2060801@pse-consulting.de
обсуждение исходный текст
Ответы Re: [Slony1-general] Slony under win32  (Jan Wieck <JanWieck@Yahoo.com>)
Re: [Slony1-general] Slony under win32  (Christopher Browne <cbbrowne@ca.afilias.info>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_dump
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: [Slony1-general] Slony under win32