Re: ArchiveEntry optional arguments refactoring
От | Alvaro Herrera |
---|---|
Тема | Re: ArchiveEntry optional arguments refactoring |
Дата | |
Msg-id | 201901231658.fls2whf2xypv@alvherre.pgsql обсуждение исходный текст |
Ответ на | Re: ArchiveEntry optional arguments refactoring (Andres Freund <andres@anarazel.de>) |
Ответы |
Re: ArchiveEntry optional arguments refactoring
Re: ArchiveEntry optional arguments refactoring |
Список | pgsql-hackers |
Hello On 2019-Jan-23, Andres Freund wrote: > > All the arguments, except Archive, CatalogId and DumpId I've moved > > into the ArchiveOpts structure. Not all of them could be empty before, but > > anyway it seems better for consistency and readability. Some of the arguments > > had empty string as a default value, I haven't changed anything here yet > > (although this mixture of NULL and "" in ArchiveEntry looks a bit confusing). > > Probably worth changing at the same time, if we decide to go for it. > > To me this does look like it'd be more maintainable going forward. It does. How does pgindent behave with it? I'd use ArchiveEntryOpts as struct name; ArchiveOpts sounds wrong. Also, the struct members could use better names -- "defn" for example could perhaps be "createStmt" (to match dropStmt/copyStmt), and expand "desc" to "description". -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: