Обсуждение: gendef fixes

Поиск
Список
Период
Сортировка

gendef fixes

От
Magnus Hagander
Дата:
Attached patch fixes two problems:

1) gendef works from inside visual studio - use a tempfile instead of
redirection, because for some reason you can't redirect dumpbin from
inside (patch from Joachim Wieland)
2) gendef must process only *.obj, or you get weird errors in some build
scenarios when it tries to process a logfile


//Magnus


Вложения

Re: gendef fixes

От
Bruce Momjian
Дата:
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------
Magnus Hagander wrote:
> Attached patch fixes two problems:
>
> 1) gendef works from inside visual studio - use a tempfile instead of
> redirection, because for some reason you can't redirect dumpbin from
> inside (patch from Joachim Wieland)
> 2) gendef must process only *.obj, or you get weird errors in some build
> scenarios when it tries to process a logfile
>
>
> //Magnus
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

Re: gendef fixes

От
Neil Conway
Дата:
On Tue, 2007-01-09 at 12:29 +0100, Magnus Hagander wrote:
> Attached patch fixes two problems:

Applied, thanks.

-Neil