pgsql: Clean up cpluspluscheck violation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clean up cpluspluscheck violation.
Date
Msg-id E1jQuiE-0000V2-RM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Mention pg_promote() as a method to trigger promotion in documen
Next
From: Tom Lane
Date:
Subject: pgsql: Allow matchingsel() to be used with operators that might return