Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    50533a6d
    Support comments on FOREIGN DATA WRAPPER and SERVER objects. · 50533a6d
    Robert Haas authored
    This mostly involves making it work with the objectaddress.c framework,
    which does most of the heavy lifting.  In that vein, change
    GetForeignDataWrapperOidByName to get_foreign_data_wrapper_oid and
    GetForeignServerOidByName to get_foreign_server_oid, to match the
    pattern we use for other object types.
    
    Robert Haas and Shigeru Hanada
    50533a6d
    History
    Support comments on FOREIGN DATA WRAPPER and SERVER objects.
    Robert Haas authored
    This mostly involves making it work with the objectaddress.c framework,
    which does most of the heavy lifting.  In that vein, change
    GetForeignDataWrapperOidByName to get_foreign_data_wrapper_oid and
    GetForeignServerOidByName to get_foreign_server_oid, to match the
    pattern we use for other object types.
    
    Robert Haas and Shigeru Hanada