Re: contrib/dbmirror typo fix

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: ssinger(at)navtechinc(dot)com
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/dbmirror typo fix
Date: 2004-05-26 00:09:25
Message-ID: 40B3E035.1050301@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

ssinger(at)navtechinc(dot)com 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. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-26 00:14:57 Re: contrib/dbmirror typo fix
Previous Message Magnus Hagander 2004-05-25 21:24:59 win32 locale fixes