Add buffer_std flag to MarkBufferDirtyHint().

Jeff Davis <jdavis@postgresql.org>

Commit: 20723ce80121d99b07c93e5bb9b32b7e09d75231
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2013-06-17T15:04:18Z
Releases: 9.3.0
Add buffer_std flag to MarkBufferDirtyHint().

MarkBufferDirtyHint() writes WAL, and should know if it's got a
standard buffer or not. Currently, the only callers where buffer_std
is false are related to the FSM.

In passing, rename XLOG_HINT to XLOG_FPI, which is more descriptive.

Back-patch to 9.3.

Files