Re: How about to have relnamespace and relrole? - Mailing list pgsql-hackers

From Jeevan Chalke
Subject Re: How about to have relnamespace and relrole?
Date
Msg-id 20150304094340.2540.35775.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: How about to have relnamespace and relrole?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List 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 by date:

Previous
From: David Rowley
Date:
Subject: Re: Combining Aggregates
Next
From: Ashutosh Bapat
Date:
Subject: Re: Join push-down support for foreign tables