pgsql: Harmonize more lexer function parameter names. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Harmonize more lexer function parameter names.
Date
Msg-id E1obSni-001YVf-6m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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: https://postgr.es/m/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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Harmonize parameter names in ecpg code.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Harmonize parameter names in contrib code.