pgsql: Cleanup comments in xlog compression

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cleanup comments in xlog compression
Date: 2018-12-06 16:06:17
Message-ID: E1gUwAL-0005Mi-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a243c55326686b284fbe2c7b70f06d8a022b7dcc

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 2 +-
src/include/access/xlogrecord.h | 15 +++++++--------
2 files changed, 8 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-12-06 16:11:57 pgsql: Cleanup minor pg_dump memory leaks
Previous Message Tatsuo Ishii 2018-12-06 03:17:37 pgsql: Change true/false to on/off.