Github user ictmalili commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1087#discussion_r96171295
  
    --- Diff: src/include/catalog/pg_namespace.h ---
    @@ -123,7 +123,7 @@ DESCR("Standard public schema");
     DATA(insert OID = 6104 ( "pg_aoseg" PGUID _null_ 0));
     DESCR("Reserved schema for Append Only segment list and eof tables");
     #define PG_AOSEGMENT_NAMESPACE 6104
    -
    +#define PG_INFORMATION_SCHEMA_NAMESPACE 10671
    --- End diff --
    
    Is the oid for information_schema schema fixed?  I thought it was created 
during hawq init procedure, so the oid might be not fixed at the value 10671.   
Can we get it firstly as a global variable by running "select oid from 
pg_namespace where nspname = 'information_schema'"  ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to