• Tom Lane's avatar
    Clean up cpluspluscheck violation. · 6d59a218
    Tom Lane authored
    "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 57c081de; 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.)
    6d59a218
pg_upgrade.h 12.6 KB