postgresql/src/bin/pg_upgrade
Michael Paquier 42a9e88bf6 Add (void) cast in front of rmtree() call at the end of pg_upgrade
Most calls of rmtree() report an error, and the code coming from 38bfae3
has introduced one caller where this is not done.  The previous behavior
was to not fail hard if any log file generated is not properly unlinked
when cleaning up the contents generated once the upgrade has completed,
so add a cast to (void) to indicate the intention behind this new code.

Per gripe from Coverity.
2022-02-07 14:19:52 +09:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
.gitignore pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
IMPLEMENTATION pg_upgrade: Preserve database OIDs. 2022-01-24 14:23:43 -05:00
Makefile pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
TESTING Clean up some more freshly-dead code in pg_dump and pg_upgrade. 2021-12-16 12:01:59 -05:00
check.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
controldata.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
dump.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
exec.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
file.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
function.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
info.c pg_upgrade: Preserve database OIDs. 2022-01-24 14:23:43 -05:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00
option.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
parallel.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_upgrade.c Add (void) cast in front of rmtree() call at the end of pg_upgrade 2022-02-07 14:19:52 +09:00
pg_upgrade.h pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
relfilenode.c pg_upgrade: Preserve database OIDs. 2022-01-24 14:23:43 -05:00
server.c pg_upgrade: Move all the files generated internally to a subdirectory 2022-02-06 12:27:29 +09:00
tablespace.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
test.sh Update copyright for 2022 2022-01-07 19:04:57 -05:00
upgrade_adapt.sql Move into separate file all the SQL queries used in pg_upgrade tests 2021-12-02 10:31:20 +09:00
util.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
version.c Update copyright for 2022 2022-01-07 19:04:57 -05:00