Re: record identical operator - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: record identical operator
Date
Msg-id 1379340061.89322.YahooMailNeo@web162905.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: record identical operator  (Hannu Krosing <hannu@2ndQuadrant.com>)
Responses Re: record identical operator
Re: record identical operator
List pgsql-hackers
Hannu Krosing <hannu@2ndQuadrant.com> wrote:

> Lots of people were bitten when (undocumented) hash
> functions were changed thus breaking hash-based partitioning.

Nobody can be affected by the new operators in this patch unless
they choose to use them to compare two records.  They don't work
for any other type and they don't come into play unless you
specifically request them.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Freezing without write I/O
Next
From: Merlin Moncure
Date:
Subject: Re: Proposal: json_populate_record and nested json objects