Re: How about to have relnamespace and relrole?

Поиск
Список
Период
Сортировка
От Jeevan Chalke
Тема Re: How about to have relnamespace and relrole?
Дата
Msg-id 20150304094340.2540.35775.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: How about to have relnamespace and relrole?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed
   > 1.   > +#include "utils/acl.h"   >   > Can you please add it at appropriate place as #include list is an ordered
>list
 
 >  regrolein calls reg_role_oid in acl.c, which is declared in acl.h.

Well. I was suggesting that putting  #include "utils/acl.h" line after
#include "parser/parse_type.h" and before #include "utils/builtins.h"
so that they will be in order.
I understand that it is needed for reg_role_oid() call.

Review comments on *_v4 patches:

1.
+     The OID alias types don't sctrictly comply the transaction isolation

Typo. sctrictly => strictly


2.
+     joining the system tables correnspond to the OID types.
Typo. correnspond => correspond

Apart from these typos, I see no issues.
However, you can have a look over Jim's suggestion on doc wordings.

If you feel comfortable, I have no issues if you mark this as
"Ready for Committer" once you fix the typos and doc wordings.



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Combining Aggregates
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Join push-down support for foreign tables