Improve more comments in astreamer_gzip.c.

Robert Haas <rhaas@postgresql.org>

Commit: 76dd015e859845fc5fe60557328e3a6bbf11be31
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-08-16T17:45:23Z
Releases: 18.0
Improve more comments in astreamer_gzip.c.

Duplicate the comment from astreamer_plain_writer_new instead of just
referring to it. Add a further note to mention that there are dangers
if anything else is written to the same FILE. Also add a comment where
we dup() the filehandle, referring to the existing comment in
astreamer_gzip_writer_finalize(), because the dup() looks wrong on
first glance without that comment to clarify.

Per concerns expressed by Tom Lane on pgsql-security, and using
some wording suggested by him.

Discussion: http://postgr.es/m/CA+TgmoYTFAD0YTh4HC1Nuhn0YEyoQi0_CENFgVzAY_YReiSksQ@mail.gmail.com

Files

PathChange+/−
src/fe_utils/astreamer_gzip.c modified +14 −3

Discussion