mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +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:
@ -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