diff options
Diffstat (limited to 'src/backend/commands/copy.c')
-rw-r--r-- | src/backend/commands/copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 0a33c40c17f..ae79a2ffbc3 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2648,8 +2648,8 @@ CopyFrom(CopyState cstate) * tuple such that the partition constraint is no longer * satisfied, so we need to check in that case. */ - bool check_partition_constr = - (resultRelInfo->ri_PartitionCheck != NIL); + bool check_partition_constr = + (resultRelInfo->ri_PartitionCheck != NIL); if (saved_resultRelInfo != NULL && !(resultRelInfo->ri_TrigDesc && |