mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
pgindent run prior to branching
This commit is contained in:
@@ -247,9 +247,9 @@ ginHeapTupleFastInsert(GinState *ginstate, GinTupleCollector *collector)
|
||||
metapage = BufferGetPage(metabuffer);
|
||||
|
||||
/*
|
||||
* An insertion to the pending list could logically belong anywhere in
|
||||
* the tree, so it conflicts with all serializable scans. All scans
|
||||
* acquire a predicate lock on the metabuffer to represent that.
|
||||
* An insertion to the pending list could logically belong anywhere in the
|
||||
* tree, so it conflicts with all serializable scans. All scans acquire a
|
||||
* predicate lock on the metabuffer to represent that.
|
||||
*/
|
||||
CheckForSerializableConflictIn(index, NULL, metabuffer);
|
||||
|
||||
|
Reference in New Issue
Block a user