Win32 version numbers not correct (again, but this one is easy)

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 version numbers not correct (again, but this one is easy)
Date: 2004-12-30 21:31:06
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE47649E@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Seems to be a neverending story :-)

Version numbers don't update properly on postgres.exe when doing make
clean/make. It works for all other exes and dlls. I beleive this is just
a case of "make clean" not properly removing "win32ver.o". See attached
patch.

//Magnus
<<backend_clean.patch>>

Attachment Content-Type Size
backend_clean.patch application/octet-stream 782 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-12-30 21:49:24 Re: Win32 version numbers not correct (again, but this one is easy)
Previous Message Hans-Jürgen Schönig 2004-12-30 12:44:36 Implementing RESET CONNECTION ...