pgsql: Variable renaming in dbcommands.c

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Variable renaming in dbcommands.c
Date: 2024-08-15 05:14:03
Message-ID: E1seSoF-004EEC-He@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Variable renaming in dbcommands.c

There were several sets of very similar local variable names, such as
"downer" and "dbowner", which was very confusing and error-prone.
Rename the former to "ownerEl" and so on, similar to collationcmds.c
and typecmds.c.

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/e5bce225-ee04-40c7-a280-ea7214318048%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fce7cb6da09b56462fc734e789348376848caf4c

Modified Files
--------------
src/backend/commands/dbcommands.c | 178 +++++++++++++++++++-------------------
1 file changed, 89 insertions(+), 89 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-08-15 09:35:28 pgsql: Extend mul_var_short() to 5 and 6-digit inputs.
Previous Message Jeff Davis 2024-08-15 02:08:33 pgsql: Fix doc typo: unicode_assigned() return type.