mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pgindent run for 9.5
This commit is contained in:
@ -196,11 +196,12 @@ lnext:
|
||||
* case, so as to avoid the "Halloween problem" of repeated
|
||||
* update attempts. In the latter case it might be sensible
|
||||
* to fetch the updated tuple instead, but doing so would
|
||||
* require changing heap_update and heap_delete to not complain
|
||||
* about updating "invisible" tuples, which seems pretty scary
|
||||
* (heap_lock_tuple will not complain, but few callers expect
|
||||
* HeapTupleInvisible, and we're not one of them). So for now,
|
||||
* treat the tuple as deleted and do not process.
|
||||
* require changing heap_update and heap_delete to not
|
||||
* complain about updating "invisible" tuples, which seems
|
||||
* pretty scary (heap_lock_tuple will not complain, but few
|
||||
* callers expect HeapTupleInvisible, and we're not one of
|
||||
* them). So for now, treat the tuple as deleted and do not
|
||||
* process.
|
||||
*/
|
||||
goto lnext;
|
||||
|
||||
|
Reference in New Issue
Block a user