postgresql/src/bin
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts
A couple of tests have been using 0 as magic constant while SEEK_SET can
be used instead.  This makes the code easier to understand, and more
consistent with the changes done in 3c5b068.

Per discussion with Andrew Dunstan.

Discussion: https://postgr.es/m/YHrc24AgJQ6tQ1q0@paquier.xyz
2021-04-19 10:15:35 +09:00
..
initdb Split function definitions out of system_views.sql into a new file. 2021-04-16 18:37:02 -04:00
pg_amcheck Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_checksums Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_config Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_controldata Simplify printing of LSNs 2021-02-23 10:27:02 +01:00
pg_ctl Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_dump Undo decision to allow pg_proc.prosrc to be NULL. 2021-04-15 17:17:20 -04:00
pg_resetwal Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_rewind Fix files references in nls.mk 2021-04-12 15:44:38 +02:00
pg_test_fsync Use pg_pwrite() in pg_test_fsync. 2021-02-15 15:23:12 +13:00
pg_test_timing Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_upgrade pg_upgrade: Small fix for better translatability of help output 2021-04-15 09:08:18 +02:00
pg_verifybackup Simplify printing of LSNs 2021-02-23 10:27:02 +01:00
pg_waldump Add circular WAL decoding buffer. 2021-04-08 23:20:42 +12:00
pgbench pgbench: Function to generate random permutations. 2021-04-06 11:50:42 +01:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql psql: Small fixes for better translatability 2021-04-16 11:05:58 +02:00
scripts Add missing source files to nls.mk 2021-04-18 16:11:58 +02:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00