Re: Use %u to print user mapping's umid and userid

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Use %u to print user mapping's umid and userid
Дата
Msg-id CA+TgmoZR6j4pEEf92gionBjgM5N7zGJ8WcF3_kRhqy6ZNKGjXg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use %u to print user mapping's umid and userid  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Thu, May 12, 2016 at 2:29 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Robert Haas wrote:
>> My suggestion is that we switch from using a List to marshal the data
>> to using an ExtensibleNode.  An advantage of that is that we'd have
>> some in-core test coverage for the ExtensibleNode stuff.  In theory it
>> ought to be simpler and less messy, too, but I guess we'll find out.
>
> So the data in the list has a certain specific meaning according to its
> position within the list?  And the enum being modified by this patch,
> corresponds to knowledge of what each element in the list is?

Right.

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



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Use %u to print user mapping's umid and userid
Следующее
От: Robert Haas
Дата:
Сообщение: Re: alter table alter column ... (larger type) ... when there are dependent views