Cleanup comments in xlog compression
authorStephen Frost <sfrost@snowman.net>
Thu, 6 Dec 2018 16:05:39 +0000 (11:05 -0500)
committerStephen Frost <sfrost@snowman.net>
Thu, 6 Dec 2018 16:05:39 +0000 (11:05 -0500)
commita243c55326686b284fbe2c7b70f06d8a022b7dcc
tree2879e146a52ea099b47e4b61b6b76cb162c9872f
parent228b0485f471480cf825b7b30ffa3d66bd692c57
Cleanup comments in xlog compression

Skipping over the "hole" in full page images in the XLOG code was
described as being a form of compression, but this got a bit confusing
since we now have PGLZ-based compression happening, so adjust the
wording to discuss "removing" the "hole" and keeping the talk about
compression to where we're talking about using PGLZ-based compression of
the full page images.

Reviewed-By: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20181127234341.GM3415@tamriel.snowman.net
src/backend/access/transam/xloginsert.c
src/include/access/xlogrecord.h