Rename pg_complete_relation_size() to pg_total_relation_size(), for the

Neil Conway <neilc@samurai.com>

Commit: e4d9b69779157935c4d3087b9ab67ac7dfdec9b4
Author: Neil Conway <neilc@samurai.com>
Date: 2005-09-16T05:35:41Z
Releases: 8.1.0
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.

Files