pg_checksums in backend/storage/page/README

Started by Daniel Gustafssonabout 6 years ago4 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

I noticed in passing that backend/storage/page/README hadn't gotten the memo
about pg_checksums. The attached tiny diff adds a small mention of it.

cheers ./daniel

Attachments:

cksum_page_readme.diffapplication/octet-stream; name=cksum_page_readme.diff; x-unix-mode=0644Download+2-1
#2Magnus Hagander
magnus@hagander.net
In reply to: Daniel Gustafsson (#1)
Re: pg_checksums in backend/storage/page/README

On Thu, Mar 26, 2020 at 3:02 PM Daniel Gustafsson <daniel@yesql.se> wrote:

I noticed in passing that backend/storage/page/README hadn't gotten the memo
about pg_checksums. The attached tiny diff adds a small mention of it.

That seems obvious enough. Pushed, thanks!

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/

#3Julien Rouhaud
rjuju123@gmail.com
In reply to: Daniel Gustafsson (#1)
Re: pg_checksums in backend/storage/page/README

On Thu, Mar 26, 2020 at 03:02:42PM +0100, Daniel Gustafsson wrote:

I noticed in passing that backend/storage/page/README hadn't gotten the memo
about pg_checksums. The attached tiny diff adds a small mention of it.

Good catch! LGTM

#4Michael Paquier
michael@paquier.xyz
In reply to: Magnus Hagander (#2)
Re: pg_checksums in backend/storage/page/README

On Thu, Mar 26, 2020 at 03:06:34PM +0100, Magnus Hagander wrote:

That seems obvious enough. Pushed, thanks!

Thanks for the fix.
--
Michael