mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
This commit is contained in:
@@ -1974,7 +1974,7 @@ GetOldestNonRemovableTransactionId(Relation rel)
|
||||
if (rel == NULL || rel->rd_rel->relisshared || RecoveryInProgress())
|
||||
return horizons.shared_oldest_nonremovable;
|
||||
else if (IsCatalogRelation(rel) ||
|
||||
RelationIsAccessibleInLogicalDecoding(rel))
|
||||
RelationIsAccessibleInLogicalDecoding(rel))
|
||||
return horizons.catalog_oldest_nonremovable;
|
||||
else if (RELATION_IS_LOCAL(rel))
|
||||
return horizons.temp_oldest_nonremovable;
|
||||
|
Reference in New Issue
Block a user