Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

opclasscmds.c

  • Robert Haas's avatar
    fd1843ff
    Standardize get_whatever_oid functions for other object types. · fd1843ff
    Robert Haas authored
    - Rename TSParserGetPrsid to get_ts_parser_oid.
    - Rename TSDictionaryGetDictid to get_ts_dict_oid.
    - Rename TSTemplateGetTmplid to get_ts_template_oid.
    - Rename TSConfigGetCfgid to get_ts_config_oid.
    - Rename FindConversionByName to get_conversion_oid.
    - Rename GetConstraintName to get_constraint_oid.
    - Add new functions get_opclass_oid, get_opfamily_oid, get_rewrite_oid,
      get_rewrite_oid_without_relid, get_trigger_oid, and get_cast_oid.
    
    The name of each function matches the corresponding catalog.
    
    Thanks to KaiGai Kohei for the review.
    fd1843ff
    History
    Standardize get_whatever_oid functions for other object types.
    Robert Haas authored
    - Rename TSParserGetPrsid to get_ts_parser_oid.
    - Rename TSDictionaryGetDictid to get_ts_dict_oid.
    - Rename TSTemplateGetTmplid to get_ts_template_oid.
    - Rename TSConfigGetCfgid to get_ts_config_oid.
    - Rename FindConversionByName to get_conversion_oid.
    - Rename GetConstraintName to get_constraint_oid.
    - Add new functions get_opclass_oid, get_opfamily_oid, get_rewrite_oid,
      get_rewrite_oid_without_relid, get_trigger_oid, and get_cast_oid.
    
    The name of each function matches the corresponding catalog.
    
    Thanks to KaiGai Kohei for the review.