Re: Variable renaming in dbcommands.c

2024-08-14 Thread Peter Eisentraut
On 09.08.24 09:43, Daniel Gustafsson wrote: On 9 Aug 2024, at 09:21, Peter Eisentraut wrote: In dbcommands.c function createdb(), there are several sets of very similar local variable names, such as "downer" and "dbowner", which is very confusing and error-prone. The first set are the DefE

Re: Variable renaming in dbcommands.c

2024-08-09 Thread Daniel Gustafsson
> On 9 Aug 2024, at 09:21, Peter Eisentraut wrote: > In dbcommands.c function createdb(), there are several sets of very similar > local variable names, such as "downer" and "dbowner", which is very confusing > and error-prone. The first set are the DefElem nodes from the parser, the > second

Variable renaming in dbcommands.c

2024-08-09 Thread Peter Eisentraut
lues extracted from them. This patch renames the former to "ownerEl" and so on, similar to collationcmds.c and typecmds.c, to improve clarity.From d6a13085fe4431eefe3969c33539dbf11c3f1caa Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 22 Apr 2024 20:22:27 +0200 Subject