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

dbsize.c

Blame
    • Neil Conway's avatar
      e4d9b697
      Rename pg_complete_relation_size() to pg_total_relation_size(), for the · e4d9b697
      Neil Conway authored
      sake of brevity and clarity.
      
      Make pg_reload_conf(), pg_rotate_logfile(), and pg_cancel_backend()
      return a boolean rather than an integer to indicate success or failure.
      
      Along the way, make some minor cleanups to dbsize.c -- in particular,
      use elog() rather than ereport() for "shouldn't happen" error
      conditions, and remove some of the more flagrant violations of the
      Postgres indentation conventions.
      
      Catalog version bumped.
      e4d9b697
      History
      Rename pg_complete_relation_size() to pg_total_relation_size(), for the
      Neil Conway authored
      sake of brevity and clarity.
      
      Make pg_reload_conf(), pg_rotate_logfile(), and pg_cancel_backend()
      return a boolean rather than an integer to indicate success or failure.
      
      Along the way, make some minor cleanups to dbsize.c -- in particular,
      use elog() rather than ereport() for "shouldn't happen" error
      conditions, and remove some of the more flagrant violations of the
      Postgres indentation conventions.
      
      Catalog version bumped.
    dbsize.c 10.63 KiB