aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-01-02 11:56:02 -0500
committerRobert Haas <rhaas@postgresql.org>2024-01-02 12:05:41 -0500
commit0d9937d1185629a94bf43dd0768c8f4eb835c9f0 (patch)
tree3a4b5db3c8f3430daf7eda0f55672f7fbda6fcf3 /src/backend/executor/execMain.c
parent5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3 (diff)
downloadpostgresql-0d9937d1185629a94bf43dd0768c8f4eb835c9f0.tar.gz
postgresql-0d9937d1185629a94bf43dd0768c8f4eb835c9f0.zip
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
Diffstat (limited to 'src/backend/executor/execMain.c')
-rw-r--r--src/backend/executor/execMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 4c5a7bbf620..9539377139b 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -1849,7 +1849,7 @@ ExecPartitionCheck(ResultRelInfo *resultRelInfo, TupleTableSlot *slot,
econtext->ecxt_scantuple = slot;
/*
- * As in case of the catalogued constraints, we treat a NULL result as
+ * As in case of the cataloged constraints, we treat a NULL result as
* success here, not a failure.
*/
success = ExecCheck(resultRelInfo->ri_PartitionCheckExpr, econtext);