postgresql/src/bin/pg_upgrade
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words
This fixes various typos, duplicated words, and tiny bits of whitespace
mainly in code comments but also in docs.

Author: Daniel Gustafsson <daniel@yesql.se>
Author: Heikki Linnakangas <hlinnaka@iki.fi>
Author: Alexander Lakhin <exclusion@gmail.com>
Author: David Rowley <dgrowleyml@gmail.com>
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se
2024-04-18 21:28:07 +02:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
.gitignore Re-add locally-generated files in pg_upgrade's .gitignore and Makefile 2022-06-15 15:36:16 +09:00
IMPLEMENTATION Improve some wording in pg_upgrade/IMPLEMENTATION 2023-10-11 13:54:33 +09:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
TESTING Add --copy-file-range option to pg_upgrade. 2024-03-06 12:01:01 +13:00
check.c pg_upgrade: Fix typo in message 2024-04-04 12:58:57 +02:00
controldata.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
dump.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
exec.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
file.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
function.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
info.c Track invalidation_reason in pg_replication_slots. 2024-03-22 13:52:05 +05:30
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
option.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
parallel.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
pg_upgrade.c Invent --transaction-size option for pg_restore. 2024-04-01 16:46:24 -04:00
pg_upgrade.h pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00
relfilenumber.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
server.c Rework how logirep launchers are stopped during pg_upgrade 2024-01-12 08:23:07 +09:00
tablespace.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
util.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
version.c pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00