Sun Dec 3 23:30:47 PST 2006
- Previous message: [Slony1-commit] By devrim: Some sgml fixes
- Next message: [Slony1-commit] By darcyb: Set escape_string_warning to off, to prevent pgsql log noise
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Patch from Hiroshi:
I have been receiving the problem of the registration by a certain
user besides this. It is very special environmental. However, I am
continuously investigating the essence of the problem with the user.
Then, it seems to generate the memory fault by the service
registration of the event message and slon.:-(
Modified Files:
--------------
slony1-engine/makefiles:
Makefile.win32 (r1.7 -> r1.8)
slony1-engine/src/slevent:
Makefile (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile.win32
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.win32,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lmakefiles/Makefile.win32 -Lmakefiles/Makefile.win32 -u -w -r1.7 -r1.8
--- makefiles/Makefile.win32
+++ makefiles/Makefile.win32
@@ -24,10 +24,10 @@
# Make sure all: is the default target
all:
-ifeq ($(SO_NAME),)
-PGFTYPE=VFT_APP
-else
+ifeq ($(SLFILESHLIB),1)
PGFTYPE=VFT_DLL
+else
+PGFTYPE=VFT_APP
endif
WIN32RES = win32ver.o
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slevent/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/slevent/Makefile -Lsrc/slevent/Makefile -u -w -r1.3 -r1.4
--- src/slevent/Makefile
+++ src/slevent/Makefile
@@ -9,6 +9,7 @@
slony_subdir = src/slevent
slony_top_builddir = ../..
SLFILEDESC="Slony-I Eventlog Message Library"
+SLFILESHLIB=1
include $(slony_top_builddir)/Makefile.global
OBJS=slevent.o slmsgevent.o
- Previous message: [Slony1-commit] By devrim: Some sgml fixes
- Next message: [Slony1-commit] By darcyb: Set escape_string_warning to off, to prevent pgsql log noise
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list