Skip to content

Commit f40254a

Browse files
committed
Fix typo
Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
1 parent 4427b51 commit f40254a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execMain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3334,7 +3334,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
33343334

33353335
/*
33363336
* First check the root table's partition constraint, if any. No point in
3337-
* routing the tuple it if it doesn't belong in the root table itself.
3337+
* routing the tuple if it doesn't belong in the root table itself.
33383338
*/
33393339
if (resultRelInfo->ri_PartitionCheck)
33403340
ExecPartitionCheck(resultRelInfo, slot, estate);

0 commit comments

Comments
 (0)