aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/common.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-05-20 13:03:09 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-05-20 13:03:09 -0400
commit04959a648b597e91cf2865d2bb1e543f5eb9d9a5 (patch)
tree20d44072abce756b6e76a386b608b4b902e0aea4 /src/bin/scripts/common.c
parenta399755ba2fc52e81b0a1346674b65d497406ffd (diff)
downloadpostgresql-04959a648b597e91cf2865d2bb1e543f5eb9d9a5.tar.gz
postgresql-04959a648b597e91cf2865d2bb1e543f5eb9d9a5.zip
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.)
Diffstat (limited to 'src/bin/scripts/common.c')
0 files changed, 0 insertions, 0 deletions