We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f240d37 commit 18d0d10Copy full SHA for 18d0d10
contrib/dbmirror/pending.c
@@ -1,7 +1,7 @@
1
/****************************************************************************
2
* 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 $
+ * $Id: pending.c,v 1.18 2004/05/26 00:08:26 wieck Exp $
+ * $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.18 2004/05/26 00:08:26 wieck Exp $
5
*
6
* This file contains a trigger for Postgresql-7.x to record changes to tables
7
* to a pending table for mirroring.
@@ -76,7 +76,7 @@ PG_FUNCTION_INFO_V1(recordchange);
76
#else
77
#define debug_msg2(x,y)
78
#define debug_msg(x)
79
-#define debug_msg(x,y,z)
+#define debug_msg3(x,y,z)
80
81
#endif
82
0 commit comments