mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -358,6 +358,7 @@ calculate_toast_table_size(Oid toastrelid)
|
||||
foreach(lc, indexlist)
|
||||
{
|
||||
Relation toastIdxRel;
|
||||
|
||||
toastIdxRel = relation_open(lfirst_oid(lc),
|
||||
AccessShareLock);
|
||||
for (forkNum = 0; forkNum <= MAX_FORKNUM; forkNum++)
|
||||
@@ -689,7 +690,7 @@ pg_size_pretty_numeric(PG_FUNCTION_ARGS)
|
||||
* This is expected to be used in queries like
|
||||
* SELECT pg_relation_filenode(oid) FROM pg_class;
|
||||
* That leads to a couple of choices. We work from the pg_class row alone
|
||||
* rather than actually opening each relation, for efficiency. We don't
|
||||
* rather than actually opening each relation, for efficiency. We don't
|
||||
* fail if we can't find the relation --- some rows might be visible in
|
||||
* the query's MVCC snapshot even though the relations have been dropped.
|
||||
* (Note: we could avoid using the catcache, but there's little point
|
||||
|
Reference in New Issue
Block a user