Re: Enabling Checksums - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Enabling Checksums
Date
Msg-id 1365193514.43330.YahooMailNeo@web162903.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: Enabling Checksums  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Enabling Checksums
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> wrote:

> My opinion is that we don't need to be perfect as long as we
> catch 99% of random errors and we don't have any major blind
> spots.

+1

> Also, the first version doesn't necessarily need to perform well;
> we can leave optimization as future work.

+1, as long as we don't slow down instances not using the feature,
and we don't paint ourselves into a corner.

> We're not really trying to catch memory errors anyway.

+1

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



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Enabling Checksums
Next
From: Greg Jaskiewicz
Date:
Subject: unused code in float8_to_char , formatting.c ?