postgresql/src/fe_utils
Robert Haas 76dd015e85 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
2024-08-16 13:45:23 -04:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
archive.c Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
astreamer_file.c Improve file header comments for astramer code. 2024-08-07 08:49:41 -04:00
astreamer_gzip.c Improve more comments in astreamer_gzip.c. 2024-08-16 13:45:23 -04:00
astreamer_lz4.c Improve file header comments for astramer code. 2024-08-07 08:49:41 -04:00
astreamer_tar.c Move astreamer (except astreamer_inject) to fe_utils. 2024-08-05 11:41:57 -04:00
astreamer_zstd.c Improve file header comments for astramer code. 2024-08-07 08:49:41 -04:00
cancel.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
conditional.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
connect_utils.c dblink/isolationtester/fe_utils: Use new cancel API 2024-03-18 19:28:58 +01:00
Makefile Move astreamer (except astreamer_inject) to fe_utils. 2024-08-05 11:41:57 -04:00
mbprint.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Move astreamer (except astreamer_inject) to fe_utils. 2024-08-05 11:41:57 -04:00
option_utils.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
parallel_slot.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
print.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
psqlscan.l Fix PL/pgSQL's handling of integer ranges containing underscores. 2024-06-04 11:48:01 +01:00
query_utils.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
recovery_gen.c Fix an assortment of typos 2024-05-04 02:33:25 +12:00
simple_list.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
string_utils.c Update copyright for 2024 2024-01-03 20:49:05 -05:00