Re: Solaris testers wanted for strxfrm() behavior

From: Noah Misch <noah(at)leadboat(dot)com>
To: Bjorn Munch <bjorn(dot)munch(at)oracle(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Solaris testers wanted for strxfrm() behavior
Date: 2015-07-22 06:29:21
Message-ID: 20150722062921.GA1368467@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 21, 2015 at 04:45:21PM +0200, Bjorn Munch wrote:
> On 27/06 12.51, Noah Misch wrote:
> >
> > PostgreSQL 9.5 adds a strxfrm() call in bttext_abbrev_convert(), which does
> > not account for the Solaris bug. I wish to determine whether that bug is
> > still relevant today. If you have access to Solaris with the is_IS.ISO8859-1
> > locale installed (or root access to install it), please compile and run the
> > attached test program on each Solaris version you have available. Reply here
> > with the program's output. I especially need a report from Solaris 10, but
> > reports from older and newer versions are valuable. Thanks.
>
> I ran this program on Solaris 9 U5 (September 2006) on Sparc and got:

I appreciate your testing. A few sources give December 2003 as the month for
Solaris 9 Update 5; would you verify the vintage you used?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bjorn Munch 2015-07-22 06:40:05 Re: Solaris testers wanted for strxfrm() behavior
Previous Message Etsuro Fujita 2015-07-22 06:25:12 Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan