gendef fixes

Started by Magnus Haganderover 19 years ago3 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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

Attachments:

gendef.patchtext/plain; charset=us-asciiDownload+6-5
#2Bruce Momjian
bruce@momjian.us
In reply to: Magnus Hagander (#1)
Re: gendef fixes

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. +

#3Neil Conway
neilc@samurai.com
In reply to: Magnus Hagander (#1)
Re: gendef fixes

On Tue, 2007-01-09 at 12:29 +0100, Magnus Hagander wrote:

Attached patch fixes two problems:

Applied, thanks.

-Neil