Win32 adjustments
I have applied the following patch with Magnus's guidance. It fixes
some Win32 problems introduced by my relative path installs.
It also removes the newline from psql for MinGW-only as posted by
Andrew. I added a mention to the Win32 todo list so we know to remove
it once we find the real cause.
--
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
Attachments:
/bjm/difftext/plainDownload+61-60
Bruce Momjian wrote:
I have applied the following patch with Magnus's guidance. It fixes
some Win32 problems introduced by my relative path installs.It also removes the newline from psql for MinGW-only as posted by
Andrew. I added a mention to the Win32 todo list so we know to
remove it once we find the real cause.
We don't have any NLS support for libpgport. All of these strings are
dead meat. This needs fixing.
Peter Eisentraut wrote:
Bruce Momjian wrote:
I have applied the following patch with Magnus's guidance. It fixes
some Win32 problems introduced by my relative path installs.It also removes the newline from psql for MinGW-only as posted by
Andrew. I added a mention to the Win32 todo list so we know to
remove it once we find the real cause.We don't have any NLS support for libpgport. All of these strings are
dead meat. This needs fixing.
OK, how do I do that? Add _()?
--
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