mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pgindent run.
This commit is contained in:
@ -54,7 +54,7 @@ database_size(PG_FUNCTION_ARGS)
|
||||
if (!OidIsValid(dbid))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_UNDEFINED_DATABASE),
|
||||
errmsg("database \"%s\" does not exist", NameStr(*dbname))));
|
||||
errmsg("database \"%s\" does not exist", NameStr(*dbname))));
|
||||
|
||||
dbpath = GetDatabasePath(dbid);
|
||||
|
||||
|
Reference in New Issue
Block a user