Code review/prettification for generic_xlog.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: db03cf375d602e417eda6b7a55eead91618e1398
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-09T19:02:19Z
Releases: 9.6.0
Code review/prettification for generic_xlog.c.

Improve commentary, use more specific names for the delta fields,
const-ify pointer arguments where possible, avoid assuming that
initializing only the first element of a local array will guarantee
that the remaining elements end up as we need them.  (I think that
code in generic_redo actually worked, but only because InvalidBuffer
is zero; this is a particularly ugly way of depending on that ...)

Files

PathChange+/−
src/backend/access/transam/generic_xlog.c modified +92 −67