mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't find anything to change.
This commit is contained in:
@ -528,9 +528,8 @@ ExecInitIndexOnlyScan(IndexOnlyScan *node, EState *estate, int eflags)
|
||||
&TTSOpsVirtual);
|
||||
|
||||
/*
|
||||
* We need another slot, in a format that's suitable for the table AM,
|
||||
* for when we need to fetch a tuple from the table for rechecking
|
||||
* visibility.
|
||||
* We need another slot, in a format that's suitable for the table AM, for
|
||||
* when we need to fetch a tuple from the table for rechecking visibility.
|
||||
*/
|
||||
indexstate->ioss_TableSlot =
|
||||
ExecAllocTableSlot(&estate->es_tupleTable,
|
||||
|
Reference in New Issue
Block a user