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

operatorcmds.c

  • Peter Eisentraut's avatar
    739adf32
    Remove unused system table columns: · 739adf32
    Peter Eisentraut authored
    pg_language.lancompiler
    pg_operator.oprprec
    pg_operator.oprisleft
    pg_proc.proimplicit
    pg_proc.probyte_pct
    pg_proc.properbyte_cpu
    pg_proc.propercall_cpu
    pg_proc.prooutin_ratio
    pg_shadow.usetrace
    pg_type.typprtlen
    pg_type.typreceive
    pg_type.typsend
    
    Attempts to use the obsoleted attributes of pg_operator or pg_proc
    in the CREATE commands will be greeted by a warning.  For pg_type,
    there is no warning (yet) because pg_dump scripts still contain these
    attributes.
    
    Also remove new but already obsolete spellings
    isVolatile, isStable, isImmutable in WITH clause.  (Use new syntax
    instead.)
    739adf32
    History
    Remove unused system table columns:
    Peter Eisentraut authored
    pg_language.lancompiler
    pg_operator.oprprec
    pg_operator.oprisleft
    pg_proc.proimplicit
    pg_proc.probyte_pct
    pg_proc.properbyte_cpu
    pg_proc.propercall_cpu
    pg_proc.prooutin_ratio
    pg_shadow.usetrace
    pg_type.typprtlen
    pg_type.typreceive
    pg_type.typsend
    
    Attempts to use the obsoleted attributes of pg_operator or pg_proc
    in the CREATE commands will be greeted by a warning.  For pg_type,
    there is no warning (yet) because pg_dump scripts still contain these
    attributes.
    
    Also remove new but already obsolete spellings
    isVolatile, isStable, isImmutable in WITH clause.  (Use new syntax
    instead.)