Harmonize more lexer function parameter names. Make sure that function declarations use names that exactly match the corresponding names from function definitions for several "lexer adjacent" backend functions. These were missed by commit aab06442.
Author: Peter Geoghegan <[email protected]> Discussion: https://postgr.es/m/cah2-wznjt9cmm9kjtmjjh_zbl5hd9ox44qdj4aqztjfi-za...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8fb4e001e9c185250a95b2b13880a2a04d626b75 Modified Files -------------- src/backend/utils/adt/jsonpath_scan.l | 2 +- src/bin/pgbench/pgbench.h | 6 +++--- src/include/bootstrap/bootstrap.h | 2 +- src/include/parser/scanner.h | 2 +- src/include/replication/walsender_private.h | 2 +- src/test/isolation/isolationtester.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-)
