Re: [COMMITTERS] pgsql: Implement table partitioning. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [COMMITTERS] pgsql: Implement table partitioning.
Date
Msg-id CA+TgmoZKm=c9NWjzbdWsY0aCOVGoOAYQkWqPLYdnPsXinLLkyw@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Implement table partitioning.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Dec 7, 2016 at 3:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> And of course that'd be because relying on en_US isn't portable.  Sigh.
>
> You can't rely on *any* collations other than C and POSIX.

I get it; I just missed that during review, and then sent that message
before I even looked at it carefully, so that you would know I was
working on it.  I think that it's fixed now; at any rate, the
buildfarm seems happy enough.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Typmod associated with multi-row VALUES constructs
Next
From: Robert Haas
Date:
Subject: Re: Back-patch use of unnamed POSIX semaphores for Linux?