-
- Downloads
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
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.
Showing
- doc/src/sgml/func.sgml 32 additions, 25 deletionsdoc/src/sgml/func.sgml
- doc/src/sgml/release.sgml 9 additions, 3 deletionsdoc/src/sgml/release.sgml
- src/backend/utils/adt/dbsize.c 28 additions, 30 deletionssrc/backend/utils/adt/dbsize.c
- src/backend/utils/adt/misc.c 10 additions, 16 deletionssrc/backend/utils/adt/misc.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 6 additions, 6 deletionssrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 3 additions, 3 deletionssrc/include/utils/builtins.h
Loading
Please register or sign in to comment