Re: win32 build and test issues

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: win32 build and test issues
Дата
Msg-id 200405021822.i42IMRe15552@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: win32 build and test issues  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: win32 build and test issues  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
Andrew, can you illustrate to the group the exact difference in output?

---------------------------------------------------------------------------

Andrew Dunstan wrote:
>
> I have tried  very hard to work out why this patch works for the
> regression tests in MINGW/MSys, but it doesn't make any sense why this
> one call should add an extra blank line. Does anyone have any bright
> ideas? I'm reluctant to say I think we should apply it until the problem
> is understood and the behaviour explained. But it does appear to work.
>
> cheers
>
> andrew
>
>
>
> >>>>Index: print.c
> >>>>===================================================================
> >>>>RCS file: /projects/cvsroot/pgsql-server/src/bin/psql/print.c,v
> >>>>retrieving revision 1.46
> >>>>diff -c -w -r1.46 print.c
> >>>>*** print.c     24 Jan 2004 20:43:26 -0000      1.46
> >>>>--- print.c     30 Apr 2004 16:44:46 -0000
> >>>>***************
> >>>>*** 388,394 ****
> >>>>--- 388,396 ----
> >>>>                for (ptr = footers; *ptr; ptr++)
> >>>>                        fprintf(fout, "%s\n", *ptr);
> >>>>
> >>>>+ #ifndef WIN32
> >>>>        fputc('\n', fout);
> >>>>+ #endif
> >>>>
> >>>>        /* clean up */
> >>>>        free(cell_w);
> >>>>
> >>>>
> >>>>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: win32 build and test issues
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: win32 build and test issues