mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
This commit is contained in:
@ -2215,8 +2215,8 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn,
|
||||
change_done:
|
||||
|
||||
/*
|
||||
* If speculative insertion was confirmed, the record isn't
|
||||
* needed anymore.
|
||||
* If speculative insertion was confirmed, the record
|
||||
* isn't needed anymore.
|
||||
*/
|
||||
if (specinsert != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user