diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-09-04 20:31:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-09-04 20:31:48 +0000 |
| commit | e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a (patch) | |
| tree | ab73e8c8ec94a6ddc774c1f9c49b87aa6b93fd13 /contrib/dbsize/dbsize.c | |
| parent | c91ceec21d357d6d857163d897ac75a79c883dee (diff) | |
| download | postgresql-e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a.tar.gz | |
pgindent run.
Diffstat (limited to 'contrib/dbsize/dbsize.c')
| -rw-r--r-- | contrib/dbsize/dbsize.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/dbsize/dbsize.c b/contrib/dbsize/dbsize.c index 8bc216bf79..f97e7876c8 100644 --- a/contrib/dbsize/dbsize.c +++ b/contrib/dbsize/dbsize.c @@ -37,7 +37,7 @@ psnprintf(size_t len, const char *fmt,...) PG_FUNCTION_INFO_V1(database_size); -Datum database_size(PG_FUNCTION_ARGS); +Datum database_size(PG_FUNCTION_ARGS); Datum database_size(PG_FUNCTION_ARGS) @@ -97,7 +97,7 @@ database_size(PG_FUNCTION_ARGS) PG_FUNCTION_INFO_V1(relation_size); -Datum relation_size(PG_FUNCTION_ARGS); +Datum relation_size(PG_FUNCTION_ARGS); Datum relation_size(PG_FUNCTION_ARGS) @@ -111,7 +111,7 @@ relation_size(PG_FUNCTION_ARGS) unsigned int segcount; relrv = makeRangeVarFromNameList(textToQualifiedNameList(relname, - "relation_size")); + "relation_size")); relation = heap_openrv(relrv, AccessShareLock); relnode = relation->rd_rel->relfilenode; |
