diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-15 07:08:12 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-15 07:08:12 +0200 |
commit | fce7cb6da09b56462fc734e789348376848caf4c (patch) | |
tree | 197ee172a12ba5a6e35623c06378499bf10d0294 /src/backend/utils/adt/numeric.c | |
parent | a3c6aa42ee0d625a55e73e17230db3eaeed3566c (diff) | |
download | postgresql-fce7cb6da09b56462fc734e789348376848caf4c.tar.gz postgresql-fce7cb6da09b56462fc734e789348376848caf4c.zip |
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
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions