mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@@ -72,8 +72,8 @@ ExecInitMergeAppend(MergeAppend *node, EState *estate, int eflags)
|
||||
Assert(!(eflags & (EXEC_FLAG_BACKWARD | EXEC_FLAG_MARK)));
|
||||
|
||||
/*
|
||||
* Lock the non-leaf tables in the partition tree controlled by this
|
||||
* node. It's a no-op for non-partitioned parent tables.
|
||||
* Lock the non-leaf tables in the partition tree controlled by this node.
|
||||
* It's a no-op for non-partitioned parent tables.
|
||||
*/
|
||||
ExecLockNonLeafAppendTables(node->partitioned_rels, estate);
|
||||
|
||||
|
Reference in New Issue
Block a user