Обсуждение: pgsql: Fix recent cpluspluscheck issue in selfuncs.h.

Поиск
Список
Период
Сортировка

pgsql: Fix recent cpluspluscheck issue in selfuncs.h.

От
Peter Geoghegan
Дата:
Fix recent cpluspluscheck issue in selfuncs.h.

Fix selfuncs.h cpluspluscheck complaint, without reintroducing a
parameter name inconsistency (restore the original declaration names,
and then make corresponding function definitions consistent with that).

Oversight in commit a601366a.

Author: Peter Geoghegan <pg@bowt.ie>
Reported-By: Andres Freund <andres@anarazel.de>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eccb607e19993483e25966abae895277599f77a2

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