diff options
author | Jan Wieck | 2004-05-26 00:08:26 +0000 |
---|---|---|
committer | Jan Wieck | 2004-05-26 00:08:26 +0000 |
commit | 18d0d105635fbc7e476063e662b449f296953a04 (patch) | |
tree | c1d380d7fb887e1c62d95a0122a7f7777b249c49 | |
parent | f240d37229d3800b58ba586c0e10263a9580a2d5 (diff) |
Please apply this minor patch to the cvs HEAD of dbmirror
It fixes a typo in a define
Thanks
-- Steven Singer
-rw-r--r-- | contrib/dbmirror/pending.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/dbmirror/pending.c b/contrib/dbmirror/pending.c index 7e6ac651f0..6cb4155dbd 100644 --- a/contrib/dbmirror/pending.c +++ b/contrib/dbmirror/pending.c @@ -1,7 +1,7 @@ /**************************************************************************** * pending.c - * $Id: pending.c,v 1.17 2004/04/22 03:48:38 momjian Exp $ - * $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 $ * * This file contains a trigger for Postgresql-7.x to record changes to tables * to a pending table for mirroring. @@ -76,7 +76,7 @@ PG_FUNCTION_INFO_V1(recordchange); #else #define debug_msg2(x,y) #define debug_msg(x) -#define debug_msg(x,y,z) +#define debug_msg3(x,y,z) #endif |