mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Clean up newlines following left parentheses
Most came in during the 17 cycle, so backpatch there. Some (particularly reorderbuffer.h) are very old, but backpatching doesn't seem useful. Like commitsc9d2977519,c4f113e8fe.
This commit is contained in:
3
src/backend/utils/cache/relcache.c
vendored
3
src/backend/utils/cache/relcache.c
vendored
@@ -5643,8 +5643,7 @@ RelationGetExclusionInfo(Relation indexRelation,
|
||||
|
||||
/* We want the exclusion constraint owning the index */
|
||||
if ((conform->contype != CONSTRAINT_EXCLUSION &&
|
||||
!(conform->conperiod && (
|
||||
conform->contype == CONSTRAINT_PRIMARY
|
||||
!(conform->conperiod && (conform->contype == CONSTRAINT_PRIMARY
|
||||
|| conform->contype == CONSTRAINT_UNIQUE))) ||
|
||||
conform->conindid != RelationGetRelid(indexRelation))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user