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 <[email protected]> Reported-By: Andres Freund <[email protected]> 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(-)
