Re: language cleanups in code and docs

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: language cleanups in code and docs
Дата
Msg-id 0357f124-8017-1563-6dbf-04ed10d7c041@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: language cleanups in code and docs  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: language cleanups in code and docs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: language cleanups in code and docs  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On 6/17/20 6:32 AM, Magnus Hagander wrote:
>
>
>
>
>
> In looking at this I realize we also have exactly one thing referred
> to as "blacklist" in our codebase, which is the "enum blacklist" (and
> then a small internal variable in pgindent). AFAICT, it's not actually
> exposed to userspace anywhere, so we could probably make the attached
> change to blocklist at no "cost" (the only thing changed is the name
> of the hash table, and we definitely change things like that in normal
> releases with no specific thought on backwards compat).
>
>

I'm not sure I like doing s/Black/Block/ here. It reads oddly. There are
too many other uses of Block in the sources. Forbidden might be a better
substitution, or Banned maybe. BanList is even less characters than
BlackList.


I know, bikeshedding here.


cheers


andrew



-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




В списке pgsql-hackers по дате отправления:

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [PATCH] Missing links between system catalog documentation pages
Следующее
От: "李杰(慎追)"
Дата:
Сообщение: 回复:回复:回复:how to create index concurrently on partitioned table