Variable renaming in dbcommands.c
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 15 Aug 2024 05:08:12 +0000 (07:08 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 15 Aug 2024 05:08:12 +0000 (07:08 +0200)
commitfce7cb6da09b56462fc734e789348376848caf4c
tree197ee172a12ba5a6e35623c06378499bf10d0294
parenta3c6aa42ee0d625a55e73e17230db3eaeed3566c
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@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/e5bce225-ee04-40c7-a280-ea7214318048%40eisentraut.org
src/backend/commands/dbcommands.c