Re: contrib/dbmirror typo fix

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: contrib/dbmirror typo fix
Дата
Msg-id 40B3E035.1050301@Yahoo.com
обсуждение исходный текст
Ответ на contrib/dbmirror typo fix  (ssinger@navtechinc.com)
Список pgsql-patches
ssinger@navtechinc.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@Yahoo.com #


В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: win32 locale fixes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/dbmirror typo fix