Stephen Frost <sfr...@snowman.net> writes: > * Tom Lane (t...@sss.pgh.pa.us) wrote: >> But we don't maintain the checksum of a page while it sits in shared >> buffers. Trying to do so would break, eg, concurrent hint-bit updates.
> Hence why I said 'clean' pages.. When we write out a page, we copy it into private memory and compute the checksum there, right? We don't copy the checksum back into the page's shared-buffer image, and if we did, that would defeat the point because we would've had to maintain exclusive lock on the buffer or else the checksum might be out of date. So I don't see how this works without throwing away a lot of carefully-designed behavior. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers