mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +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,
|
||||
|
@ -2317,8 +2317,8 @@ ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags)
|
||||
* indexes for insertion of new index entries. Note we *must* set
|
||||
* estate->es_result_relation_info correctly while we initialize each
|
||||
* sub-plan; external modules such as FDWs may depend on that (see
|
||||
* contrib/postgres_fdw/postgres_fdw.c: postgresBeginDirectModify()
|
||||
* as one example).
|
||||
* contrib/postgres_fdw/postgres_fdw.c: postgresBeginDirectModify() as one
|
||||
* example).
|
||||
*/
|
||||
saved_resultRelInfo = estate->es_result_relation_info;
|
||||
|
||||
|
Reference in New Issue
Block a user