]> granicus.if.org Git - postgresql/commit
Remove duplicate code from ReorderBufferCleanupTXN().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Sep 2016 00:49:44 +0000 (20:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Sep 2016 00:49:44 +0000 (20:49 -0400)
commitb6182081be4a795d70b966be2542ad32d1ffbc20
treee8d014d7d199eb5f00db29447098d922ebdc07b1
parentc7f68bea22bf680a4eab4b8b1592b3c90bc634ac
Remove duplicate code from ReorderBufferCleanupTXN().

Andres is apparently the only hacker who thinks this code is better as-is.
I (tgl) follow some of his logic, but the fact that it's setting off
warnings from static code analyzers seems like a sufficient reason to
put the complexity into a comment rather than the code.

Aleksander Alekseev

Discussion: <20160404190345.54d84ee8@fujitsu>
src/backend/replication/logical/reorderbuffer.c