[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Initialize padding bytes in btree_gist varbit support.

2014-05-13 Thread Heikki Linnakangas
Initialize padding bytes in btree_gist varbit support. The code expands a varbit gist leaf key to a node key by copying the bit data twice in a varlen datum, as both the lower and upper key. The lower key was expanded to INTALIGN size, but the padding bytes were not initialized. That's a problem b

[COMMITTERS] pgsql: Fix harmless access to uninitialized memory.

2014-05-13 Thread Heikki Linnakangas
Fix harmless access to uninitialized memory. When cache invalidations arrive while ri_LoadConstraintInfo() is busy filling a new cache entry, InvalidateConstraintCacheCallBack() compares the - not yet initialized - oidHashValue field with the to-be-invalidated hash value. To fix, check whether the

[COMMITTERS] pgsql: docs: 9.4 release notes adjustments

2014-05-13 Thread Bruce Momjian
docs: 9.4 release notes adjustments Patch by Andres Freund, slight adjustments by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/062f53518927f9bfe1820578ce79d3180b1aa2ca Modified Files -- doc/src/sgml/release-9.4.sgml | 185 +---