Clean up cpluspluscheck violation.
Tom Lane <tgl@sss.pgh.pa.us>
Clean up cpluspluscheck violation. "operator" is a reserved word in C++, so per project conventions, don't use it as an identifier in header files. My oversight in commit a80818605.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/selfuncs.c | modified | +2 −2 |
| src/include/utils/selfuncs.h | modified | +1 −1 |