Re: fix for typos in "Reliability and the Write-ahead Log"

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: gabrielle <gorthx(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: fix for typos in "Reliability and the Write-ahead Log"
Date: 2012-07-04 07:12:33
Message-ID: CABUevEzs-LbjPorHnHVPA-D3Zy+Q0QtRh3m3ErUg3cZY8+Ei2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Jul 4, 2012 at 1:51 AM, gabrielle <gorthx(at)gmail(dot)com> wrote:
> patch attached.

What version did you generate that off? It didn't apply cleanly..

Also, I think the change low->row is actually wrong. It applies to all
low level modifications *including* row level modifications. But there
can be other types of records.

I manually rebased it since it was so small, and applied, though. Thanks!

I did note, which I haven't noted before, that that page talks about
the default wal_buffers being 8. That's clearly just wrong, and
somethign that wasn't properly updated when we added autotuning of
wal_buffers, isn't it?

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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Kupershmidt 2012-07-06 20:21:17 pgtesttiming.sgml, FreeBSD command output
Previous Message gabrielle 2012-07-03 23:51:37 fix for typos in "Reliability and the Write-ahead Log"