Win32 adjustments

Started by Bruce Momjianabout 22 years ago3 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#1)
Re: Win32 adjustments

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.

#3Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#2)
Re: Win32 adjustments

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