Re: Unify drop-by-OID functions

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Unify drop-by-OID functions
Дата
Msg-id CA+TgmoZn1t2+wUabUHK0=kxLHvQHL6QVnBCBSA+3mZcmgC10Hg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unify drop-by-OID functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Unify drop-by-OID functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On Fri, May 1, 2020 at 10:51 AM Pavel Stehule <pavel.stehule@gmail.com> wrote:
> +1

+1 from me, too, but I have a few suggestions:

+DropGenericById(const ObjectAddress *object)

How about "Generic" -> "Object" or "Generic" -> "ObjectAddress"?

+ elog(ERROR, "cache lookup failed for %s entry %u",
+ elog(ERROR, "could not find tuple for class %u entry %u",

How about "entry" -> "with OID"?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Следующее
От: James Coleman
Дата:
Сообщение: Re: pg_rewind docs correction