pgsql: Rename some function arguments for better clarity

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename some function arguments for better clarity
Date: 2023-08-23 04:52:38
Message-ID: E1qYfrC-000QVS-Ct@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename some function arguments for better clarity

Especially make sure that array arguments have plural names.

Discussion: https://www.postgresql.org/message-id/flat/5ed89c69-f4e6-5dab-4003-63bde7460e5e%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/23382b0f8b21e3f5330d765d1abfcef58d086111

Modified Files
--------------
src/backend/catalog/index.c | 62 +++++++++++------------
src/backend/catalog/toasting.c | 14 +++---
src/backend/commands/indexcmds.c | 106 +++++++++++++++++++--------------------
src/include/catalog/index.h | 6 +--
src/include/commands/defrem.h | 2 +-
5 files changed, 95 insertions(+), 95 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-08-23 06:22:10 pgsql: Improve vertical spacing of documentation markup
Previous Message Nathan Bossart 2023-08-23 02:18:14 pgsql: Introduce macros for protocol characters.