mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
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
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user