pgsql: Clean up cpluspluscheck violation.

Started by Tom Laneover 6 years ago1 messagescomitters
Jump to latest
#1Tom 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.

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(-)