Thread: pgsql: Clean up cpluspluscheck violation.

pgsql: Clean up cpluspluscheck violation.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d25e1aa311c0f0c77155382e6608545b7bf579c

Modified Files
--------------
src/backend/utils/adt/selfuncs.c | 4 ++--
src/include/utils/selfuncs.h     | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)