Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane <tgl@sss.pgh.pa.us>
Fix ill-chosen use of "private" as an argument and struct field name. "private" is a keyword in C++, so this breaks the poorly-enforced policy that header files should be include-able in C++ code. Per report from Craig Ringer and some investigation with cpluspluscheck.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/fmgr/fmgr.c | modified | +4 −4 |
| src/include/fmgr.h | modified | +1 −1 |