postgresql/src/bin/pg_dump
David Rowley b4dbf3e924 Fix various typos
This fixes many spelling mistakes in comments, but a few references to
invalid parameter names, function names and option names too in comments
and also some in string constants

Also, fix an #undef that was undefining the incorrect definition

Author: Alexander Lakhin
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
2023-04-18 13:23:23 +12:00
..
po meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
t Revert "Catalog NOT NULL constraints" and fallout 2023-04-12 19:29:21 +02:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile pg_dump: Add support for zstd compression 2023-04-05 21:39:33 +02:00
common.c Revert "Catalog NOT NULL constraints" and fallout 2023-04-12 19:29:21 +02:00
compress_gzip.c pg_dump: Fix gzip compression of empty data 2023-03-29 02:34:48 +02:00
compress_gzip.h Introduce a generic pg_dump compression API 2023-02-23 18:33:40 +01:00
compress_io.c pg_dump: Add support for zstd compression 2023-04-05 21:39:33 +02:00
compress_io.h Unify buffer sizes in pg_dump compression API 2023-03-23 17:55:52 +01:00
compress_lz4.c Fix various typos 2023-04-18 13:23:23 +12:00
compress_lz4.h Add LZ4 compression to pg_dump 2023-02-23 21:19:26 +01:00
compress_none.c Unify buffer sizes in pg_dump compression API 2023-03-23 17:55:52 +01:00
compress_none.h Introduce a generic pg_dump compression API 2023-02-23 18:33:40 +01:00
compress_zstd.c Support long distance matching for zstd compression 2023-04-06 17:18:42 +02:00
compress_zstd.h pg_dump: Add support for zstd compression 2023-04-05 21:39:33 +02:00
dumputils.c Fix outdated references to guc.c 2023-03-02 13:49:39 +01:00
dumputils.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build pg_dump: Add support for zstd compression 2023-04-05 21:39:33 +02:00
nls.mk Add missing source files to nls.mk 2023-04-14 09:56:04 +02:00
parallel.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
parallel.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_backup.h pg_dump: Remove "blob" terminology 2022-12-05 08:52:55 +01:00
pg_backup_archiver.c Revert "Catalog NOT NULL constraints" and fallout 2023-04-12 19:29:21 +02:00
pg_backup_archiver.h Introduce a generic pg_dump compression API 2023-02-23 18:33:40 +01:00
pg_backup_custom.c Introduce a generic pg_dump compression API 2023-02-23 18:33:40 +01:00
pg_backup_db.c pg_dump: Remove "blob" terminology 2022-12-05 08:52:55 +01:00
pg_backup_db.h Revert "pg_dump: Lock all relations, not just plain tables". 2020-11-06 15:48:04 -05:00
pg_backup_directory.c pg_dump: Add support for zstd compression 2023-04-05 21:39:33 +02:00
pg_backup_null.c pg_dump: Remove "blob" terminology 2022-12-05 08:52:55 +01:00
pg_backup_tar.c pg_dump: Remove "blob" terminology 2022-12-05 08:52:55 +01:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_backup_utils.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_dump.c Harmonize some more function parameter names. 2023-04-13 10:15:20 -07:00
pg_dump.h Revert "Catalog NOT NULL constraints" and fallout 2023-04-12 19:29:21 +02:00
pg_dump_sort.c Fix various typos 2023-04-18 13:23:23 +12:00
pg_dumpall.c Fix various typos 2023-04-18 13:23:23 +12:00
pg_restore.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00