postgresql/src
Tom Lane b6182081be 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>
2016-09-04 20:49:44 -04:00
..
backend Remove duplicate code from ReorderBufferCleanupTXN(). 2016-09-04 20:49:44 -04:00
bin Improve readability of the output of psql's \timing command. 2016-09-03 15:29:03 -04:00
common Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
fe_utils Make initdb's suggested "pg_ctl start" command line more reliable. 2016-08-20 15:05:25 -04:00
include New recovery target recovery_target_lsn 2016-09-03 17:48:01 +01:00
interfaces Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
makefiles
pl Improve memory management for PL/Perl functions. 2016-08-31 19:54:58 -04:00
port Simplify correct use of simple_prompt(). 2016-08-30 17:02:02 -04:00
template
test Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
timezone Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
tools Remove vestigial references to "zic" in favor of "IANA database". 2016-09-04 19:42:08 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
Makefile.shlib Make the AIX case of Makefile.shlib safe for parallel make. 2016-07-23 20:30:03 -04:00
nls-global.mk
win32.mak