postgresql/src/bin/pg_upgrade
Tom Lane 9dc76f032c Clean up cpluspluscheck violation.
"typename" is a C++ keyword, so pg_upgrade.h fails to compile in C++.
Fortunately, there seems no likely reason for somebody to need to
do that.  Nonetheless, it's project policy that all .h files should
pass cpluspluscheck, so rename the argument to fix that.

Oversight in 57c081de0; back-patch as that was.  (The policy requiring
pg_upgrade.h to pass cpluspluscheck only goes back to v12, but it
seems best to keep this code looking the same in all branches.)
2021-05-20 13:03:08 -04:00
..
po Translation updates 2021-05-10 14:32:18 +02:00
.gitignore Ignore file generated during pg_upgrade testing 2018-04-30 12:39:29 -04:00
check.c Fix some more omissions in pg_upgrade's tests for non-upgradable types. 2021-04-29 15:24:37 -04:00
controldata.c pg_upgrade; change major version comparisons to use <=, not < 2020-10-06 12:12:09 -04:00
dump.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
exec.c pg_upgrade; change major version comparisons to use <=, not < 2020-10-06 12:12:09 -04:00
file.c Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS 2020-03-04 08:22:54 +01:00
function.c pg_upgrade; change major version comparisons to use <=, not < 2020-10-06 12:12:09 -04:00
IMPLEMENTATION Fix wording in pg_upgrade docs 2017-05-05 12:42:21 +02:00
info.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
nls.mk Translation updates 2020-09-14 13:14:53 +02:00
option.c Enable Unix-domain sockets support on Windows 2020-03-28 15:01:01 +01:00
parallel.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_upgrade.c pg_upgrade; change major version comparisons to use <=, not < 2020-10-06 12:12:09 -04:00
pg_upgrade.h Clean up cpluspluscheck violation. 2021-05-20 13:03:08 -04:00
relfilenode.c pg_upgrade: remove pre-8.4 code and >= 8.4 check 2020-10-06 14:31:22 -04:00
server.c pg_upgrade; change major version comparisons to use <=, not < 2020-10-06 12:12:09 -04:00
tablespace.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
test.sh In pg_upgrade cross-version test, handle lack of oldstyle_length(). 2020-12-30 01:43:46 -08:00
TESTING Update stale comments, and fix comment typos. 2019-06-08 10:12:26 -07:00
util.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
version.c Clean up cpluspluscheck violation. 2021-05-20 13:03:08 -04:00