Clean up cpluspluscheck violation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d25e1aa311c0f0c77155382e6608545b7bf579c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-04-21T15:21:15Z
Releases: 13.0
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

PathChange+/−
src/backend/utils/adt/selfuncs.c modified +2 −2
src/include/utils/selfuncs.h modified +1 −1