pgsql: Harmonize more lexer function parameter names.

Started by Peter Geogheganalmost 4 years ago1 messagescomitters
Jump to latest

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 <pg@bowt.ie>
Discussion: /messages/by-id/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@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(-)