修改错别字

This commit is contained in:
buter
2022-06-10 17:33:57 +08:00
parent ef3342955a
commit c7c7457fff

View File

@ -2352,7 +2352,7 @@ static inline Datum populate_recordset_worker(FunctionCallInfo fcinfo, bool have
if (PG_ARGISNULL(0)) {
rec = NULL;
} else {
/* using the arg tupdesc, becouse it may not be the same as the result tupdesc. */
/* using the arg tupdesc, because it may not be the same as the result tupdesc. */
rec = PG_GETARG_HEAPTUPLEHEADER(0);
tupdesc = lookup_rowtype_tupdesc(HeapTupleHeaderGetTypeId(rec), HeapTupleHeaderGetTypMod(rec));
needforget = true;