pgsql: Harmonize more lexer function parameter names.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Harmonize more lexer function parameter names.
Date: 2022-09-22 20:28:02
Message-ID: E1obSni-001YVf-6m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bowt(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-09-22 21:00:16 pgsql: Harmonize parameter names in contrib code.
Previous Message Peter Geoghegan 2022-09-22 19:54:05 pgsql: Harmonize parameter names in ecpg code.