Skip to content

Commit 18d0d10

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Please apply this minor patch to the cvs HEAD of dbmirror
It fixes a typo in a define Thanks -- Steven Singer
1 parent f240d37 commit 18d0d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/dbmirror/pending.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* pending.c
3-
* $Id: pending.c,v 1.17 2004/04/22 03:48:38 momjian Exp $
4-
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.17 2004/04/22 03:48:38 momjian Exp $
3+
* $Id: pending.c,v 1.18 2004/05/26 00:08:26 wieck Exp $
4+
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.18 2004/05/26 00:08:26 wieck Exp $
55
*
66
* This file contains a trigger for Postgresql-7.x to record changes to tables
77
* to a pending table for mirroring.
@@ -76,7 +76,7 @@ PG_FUNCTION_INFO_V1(recordchange);
7676
#else
7777
#define debug_msg2(x,y)
7878
#define debug_msg(x)
79-
#define debug_msg(x,y,z)
79+
#define debug_msg3(x,y,z)
8080

8181
#endif
8282

0 commit comments

Comments
 (0)