Thread: pgsql: README comments on checksums on page holes.

pgsql: README comments on checksums on page holes.

From
Simon Riggs
Date:
README comments on checksums on page holes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a4b94b85156192b839a3c840f8aaf0cf8699a8c8

Modified Files
--------------
src/backend/storage/page/README |   11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)


Re: pgsql: README comments on checksums on page holes.

From
Thom Brown
Date:
On 8 April 2013 08:44, Simon Riggs <simon@2ndquadrant.com> wrote:
> README comments on checksums on page holes.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/a4b94b85156192b839a3c840f8aaf0cf8699a8c8

"Zero bytes" to me means "zero length", which wouldn't make sense for
forming a hole in a page.  Is it possible to re-word this to be made
Thom-friendly?

--
Thom


Re: pgsql: README comments on checksums on page holes.

From
Simon Riggs
Date:
Patches welcome!


On 8 April 2013 08:59, Thom Brown <thom@linux.com> wrote:
On 8 April 2013 08:44, Simon Riggs <simon@2ndquadrant.com> wrote:
> README comments on checksums on page holes.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/a4b94b85156192b839a3c840f8aaf0cf8699a8c8

"Zero bytes" to me means "zero length", which wouldn't make sense for
forming a hole in a page.  Is it possible to re-word this to be made
Thom-friendly?

--
Thom



--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Re: pgsql: README comments on checksums on page holes.

From
Alvaro Herrera
Date:
Thom Brown wrote:
> On 8 April 2013 08:44, Simon Riggs <simon@2ndquadrant.com> wrote:
> > README comments on checksums on page holes.
> >
> > Branch
> > ------
> > master
> >
> > Details
> > -------
> > http://git.postgresql.org/pg/commitdiff/a4b94b85156192b839a3c840f8aaf0cf8699a8c8
>
> "Zero bytes" to me means "zero length", which wouldn't make sense for
> forming a hole in a page.  Is it possible to re-word this to be made
> Thom-friendly?

"zeroed bytes" perhaps?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


Re: pgsql: README comments on checksums on page holes.

From
Simon Riggs
Date:
On 8 April 2013 17:04, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
 
> "Zero bytes" to me means "zero length", which wouldn't make sense for
> forming a hole in a page.  Is it possible to re-word this to be made
> Thom-friendly?

"zeroed bytes" perhaps?

Updated 

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services