[EMAIL PROTECTED] wrote:
Please apply this minor patch to the cvs HEAD of dbmirror
It fixes a typo in a define
Thanks
Applied.
Jan
------------------------------------------------------------------------
Index: pending.c
===================================================================
RCS file: /projects/cvsroot/pgsql-server/contrib/dbmirror/pending.c,v
retrieving revision 1.17
diff -u -r1.17 pending.c
--- pending.c 22 Apr 2004 03:48:38 -0000 1.17
+++ pending.c 24 May 2004 16:30:38 -0000
@@ -76,7 +76,7 @@
#else
#define debug_msg2(x,y) #define debug_msg(x)
-#define debug_msg(x,y,z)
+#define debug_msg3(x,y,z)
#endif
------------------------------------------------------------------------
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
-- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== [EMAIL PROTECTED] #
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
