]> granicus.if.org Git - postgresql/commit
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
authorNeil Conway <neilc@samurai.com>
Fri, 16 Sep 2005 05:35:41 +0000 (05:35 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 16 Sep 2005 05:35:41 +0000 (05:35 +0000)
commite4d9b69779157935c4d3087b9ab67ac7dfdec9b4
treee3d20f95c5389f48e8463c2fb255b9452cfaa161
parent148c00acbb23beeaf84c0983443af33a4d94b09e
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.
doc/src/sgml/func.sgml
doc/src/sgml/release.sgml
src/backend/utils/adt/dbsize.c
src/backend/utils/adt/misc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h