postgresql/src/bin/pg_dump
Michael Paquier 6b8548964b Fix inconsistencies in the code
This addresses a couple of issues in the code:
- Typos and inconsistencies in comments and function declarations.
- Removal of unreferenced function declarations.
- Removal of unnecessary compile flags.
- A cleanup error in regressplans.sh.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/0c991fdf-2670-1997-c027-772a420c4604@gmail.com
2019-07-08 13:15:09 +09:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
t Simplify TAP tests of pg_dump for connection strings 2019-07-04 11:33:42 +09:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
common.c Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
compress_io.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
compress_io.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
dumputils.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
dumputils.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
Makefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
nls.mk Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
parallel.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
parallel.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_backup.h Fix typos. 2019-05-24 12:00:59 +12:00
pg_backup_archiver.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
pg_backup_archiver.h Remove more unreferenced function declarations 2019-07-07 09:58:33 +09:00
pg_backup_custom.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
pg_backup_db.c Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
pg_backup_db.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_backup_directory.c Fix typos. 2019-05-24 12:00:59 +12:00
pg_backup_null.c Fix typos. 2019-05-24 12:00:59 +12:00
pg_backup_tar.c Remove redundant newlines from error messages 2019-07-02 23:18:43 +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 Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_backup_utils.h Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
pg_dump.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
pg_dump.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_dump_sort.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_dumpall.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
pg_restore.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00