pgsql: Clean up cpluspluscheck violation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clean up cpluspluscheck violation.
Дата
Msg-id E1jQuiE-0000V2-RM@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Mention pg_promote() as a method to trigger promotion in documen
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow matchingsel() to be used with operators that might return