postgresql/src/backend
Andres Freund fd45d16f62 Fix wrong allocation size in c8f621c43.
In c8f621c43 I forgot to account for MAXALIGN when allocating a new
tuplebuf in ReorderBufferGetTupleBuf(). That happens to currently not
cause active problems on a number of platforms because the affected
pointer is already aligned, but others, like ppc and hppa, trigger this
in the regression test, due to a debug memset clearing memory.

Fix that.

Backpatch: 9.4, like the previous commit.
2016-03-06 16:27:20 -08:00
..
access Ignore recovery_min_apply_delay until recovery has reached consistent state 2016-03-06 02:29:04 +09:00
bootstrap Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
catalog Change the format of the VM fork to add a second bit per page. 2016-03-01 21:49:41 -05:00
commands Change the format of the VM fork to add a second bit per page. 2016-03-01 21:49:41 -05:00
executor Minor optimizations based on ParallelContext having nworkers_launched. 2016-03-04 12:59:10 -05:00
foreign Remove parallel-safety check from GetExistingLocalJoinPath. 2016-02-05 08:07:38 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Properly close token in sspi authentication 2016-01-14 13:06:03 +01:00
main Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes Fix mistake in extensible node code. 2016-03-01 13:17:09 -05:00
optimizer Fix build under OPTIMIZER_DEBUG. 2016-02-29 10:14:12 -05:00
parser Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 2016-02-11 15:51:28 -05:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
postmaster Allow the WAL writer to flush WAL at a reduced rate. 2016-02-16 00:56:34 +01:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Fix wrong allocation size in c8f621c43. 2016-03-06 16:27:20 -08:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Change the format of the VM fork to add a second bit per page. 2016-03-01 21:49:41 -05:00
tcop Enable parallelism for prepared statements and extended query protocol. 2016-02-25 13:02:18 +05:30
tsearch Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). 2016-03-06 19:20:55 -05:00
utils Expose control file data via SQL accessible functions. 2016-03-05 11:10:19 -08:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Add support for systemd service notifications 2016-02-02 21:04:29 -05:00
common.mk
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00