pgsql: Fix recent cpluspluscheck issue in selfuncs.h. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix recent cpluspluscheck issue in selfuncs.h.
Date
Msg-id E1oakVd-001FQr-8X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Harmonize more parameter names in bulk.
Next
From: Tom Lane
Date:
Subject: pgsql: Revise tree-walk APIs to improve spec compliance & silence warni