postgresql/src/bin
Peter Eisentraut 67c0ef9752 Improve const use in zlib-using code
If we define ZLIB_CONST before including zlib.h, zlib augments some
interfaces with const decorations.  By doing that we can keep our own
interfaces cleaner and can remove some unconstify calls.

ZLIB_CONST was introduced in zlib 1.2.5.2 (17 Dec 2011).  When
compiling with older zlib releases, you might now get compiler
warnings about discarding qualifiers.

CentOS 6 has zlib 1.2.3, but in 8e278b6576, we removed support for the
OpenSSL release in CentOS 6, so it seems ok to de-support the zlib
release in CentOS 6 as well.

Reviewed-by: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/33462926-bb1e-7cc9-8d92-d86318e8ed1d%40eisentraut.org
2023-08-07 09:34:38 +02:00
..
initdb Clean up command argument assembly 2023-07-05 07:15:23 +02:00
pg_amcheck Handle DROP DATABASE getting interrupted 2023-07-13 13:03:28 -07:00
pg_archivecleanup pg_archivecleanup: Add --clean-backup-history 2023-07-19 13:41:22 +09:00
pg_basebackup Improve const use in zlib-using code 2023-08-07 09:34:38 +02:00
pg_checksums Translation updates 2023-05-22 12:44:31 +02:00
pg_config Translation updates 2023-05-22 12:44:31 +02:00
pg_controldata Translation updates 2023-05-22 12:44:31 +02:00
pg_ctl Simplify option handling in pg_ctl. 2023-07-14 12:35:54 -07:00
pg_dump Add and use symbolic constants for tar header offsets and file types. 2023-08-01 13:50:42 -04:00
pg_resetwal Translation updates 2023-05-22 12:44:31 +02:00
pg_rewind Fix pg_rewind with in-place tablespaces when source is remote 2023-07-30 15:26:25 +09:00
pg_test_fsync Remove wal_sync_method=fsync_writethrough on Windows. 2023-07-14 12:30:13 +12:00
pg_test_timing Translation updates 2023-05-22 12:44:31 +02:00
pg_upgrade pg_upgrade: include additional detail in cluster check 2023-07-20 14:55:50 +02:00
pg_verifybackup Translation updates 2023-05-22 12:44:31 +02:00
pg_waldump pg_waldump: Add test case for notice message 2023-07-05 10:50:16 +02:00
pgbench pgbench: Use COPY for client-side data generation 2023-07-24 13:48:22 +09:00
pgevent Update copyright for 2023 2023-01-02 15:00:37 -05:00
psql Adjust extra lines generated by psql to be valid SQL comments. 2023-07-26 17:02:39 -07:00
scripts Harmonize password reuse in vacuumdb, clusterdb, and reindexdb. 2023-07-28 10:07:44 -07:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00