postgresql/src/bin/pg_upgrade
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent
Similar to commit 7e735035f2.

Author: Richard Guo <guofenglinux@gmail.com>
Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAMbWs4-WhpCFMbXCjtJ%2BFzmjfPrp7Hw1pk4p%2BZpU95Kh3ofZ1A%40mail.gmail.com
2024-03-13 15:07:00 +01:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Fix version check in 002_pg_upgrade.pl. 2024-03-12 15:24:03 -07: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 Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09: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 Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
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 Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
pg_upgrade.h Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08: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 Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00