mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -1873,7 +1873,7 @@ CheckOpSlotCompatibility(ExprEvalStep *op, TupleTableSlot *slot)
|
||||
|
||||
/*
|
||||
* Should probably fixed at some point, but for now it's easier to allow
|
||||
* buffer and heap tuples to be used interchangably.
|
||||
* buffer and heap tuples to be used interchangeably.
|
||||
*/
|
||||
if (slot->tts_ops == &TTSOpsBufferHeapTuple &&
|
||||
op->d.fetch.kind == &TTSOpsHeapTuple)
|
||||
|
Reference in New Issue
Block a user