Re: Where is a compile bug in postgresql-7.0beta2 reported?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steve Nunez <snunez(at)tibcofinance(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-ports(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org, zakkr(at)zf(dot)jcu(dot)cz
Subject: Re: Where is a compile bug in postgresql-7.0beta2 reported?
Date: 2000-06-14 15:46:17
Message-ID: 200006141546.LAA16064@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-ports

Added to TODO list:

* BSD/OS does not support locale because there is no LC_MESSAGES

I have contacted BSDI support about the problem.

[ Charset ISO-8859-1 unsupported, converting... ]
> Do we know anybody with BSDI 4.1? LC_MESSAGES may have made it into that
> release, though I have no way of checking this since my support contract has
> expired :-(. I'll renew, but that doesn't help for an April release.
>
> Regards,
> - Steve
>
> ----- Original Message -----
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
> Cc: Steve Nunez <snunez(at)tibcofinance(dot)com>; <pgsql-ports(at)postgresql(dot)org>;
> <pgsql-bugs(at)postgresql(dot)org>; <zakkr(at)zf(dot)jcu(dot)cz>
> Sent: Monday, March 20, 2000 12:36 PM
> Subject: Re: [BUGS] Where is a compile bug in postgresql-7.0beta2 reported?
>
>
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Yes, I see it here on BSD/OS 4.01 with --enable_locale. It is from:
> >
> > > lc->lc_messages = setlocale(LC_MESSAGES, NULL);
> >
> > > BSDI does not define LC_MESSAGES as part of its setlocale() interface.
> > > Is this a standard feature that BSDI is missing, or some specific
> > > extension?
> >
> > HPUX has LC_MESSAGES, and I don't usually find them to be out on the
> > bleeding edge of conformance to new standards. The HPUX man page
> > for setlocale() --- which specifically lists LC_MESSAGES --- says
> >
> > STANDARDS COMPLIANCE
> > setlocale(): AES, SVID3, XPG3, XPG4, FIPS 151-2, POSIX.1, ANSI C
> >
> > which are all pretty ancient. So I suspect BSDI is behind the curve.
> >
> > Next question is what to do about it. We could do #ifdef LC_MESSAGES,
> > but what do we need to do if it's not defined?
> >
> > regards, tom lane
> >
>
>

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-06-14 16:14:49 Re: libpgtcl
Previous Message Vadim Passynkov 2000-06-14 15:02:38 Some problem with inet type on PostgreSQL-7.0

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2000-06-14 16:55:20 Call for port testing on fmgr changes
Previous Message Murad Nayal 2000-06-14 14:23:32 info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit