Re: pg_filedump 9.3: checksums (and a few other fixes) - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: pg_filedump 9.3: checksums (and a few other fixes)
Date
Msg-id 1371573736.2413.3.camel@jdavis
Whole thread Raw
In response to Re: pg_filedump 9.3: checksums (and a few other fixes)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_filedump 9.3: checksums (and a few other fixes)
Re: pg_filedump 9.3: checksums (and a few other fixes)
List pgsql-hackers
On Thu, 2013-06-13 at 20:09 -0400, Tom Lane wrote:
> What I propose we do about this is reduce backend/storage/page/checksum.c
> to something like
>
> #include "postgres.h"
> #include "storage/checksum.h"
> #include "storage/checksum_impl.h"

Attached a new diff for pg_filedump that makes use of the above change.

I'm not sure what the resolution of Alvaro's concern was, so I left the
flag reporting the same as the previous patch.

Regards,
    Jeff Davis


Attachment

pgsql-hackers by date:

Previous
From: Svenne Krap
Date:
Subject: Git-master regression failure
Next
From: Kevin Grittner
Date:
Subject: Re: A minor correction in comment in heaptuple.c