aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-05-20 13:03:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-05-20 13:03:08 -0400
commit6d59a218c38adf5b993200a804713df4982a0c75 (patch)
tree9f03df750a00f6fdb7b1720a9d418726b5c287d2 /src/backend/executor/nodeModifyTable.c
parent8bdd6f563aa2456de602e78991e6a9f61b8ec86d (diff)
downloadpostgresql-6d59a218c38adf5b993200a804713df4982a0c75.tar.gz
postgresql-6d59a218c38adf5b993200a804713df4982a0c75.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/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions