| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix recent cpluspluscheck issue in selfuncs.h. |
| Date: | 2022-09-20 21:10:25 |
| Message-ID: | E1oakVd-001FQr-8X@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)bowt(dot)ie>
Reported-By: Andres Freund <andres(at)anarazel(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-09-20 22:03:33 | pgsql: Revise tree-walk APIs to improve spec compliance & silence warni |
| Previous Message | Peter Geoghegan | 2022-09-20 20:52:53 | Re: pgsql: Harmonize more parameter names in bulk. |