postgresql/src/backend/access
Robert Haas 603ad8ad29 Fix broken error check in _hash_doinsert.
You can't just cast a HashMetaPage to a Page, because the meta page
data is stored after the page header, not at offset 0.  Fortunately,
this didn't break anything because it happens to find hashm_bsize
at the offset at which it expects to find pd_pagesize_version, and
the values are close enough to the same that this works out.

Still, it's a bug, so back-patch to all supported versions.

Mithun Cy, revised a bit by me.
2016-12-22 14:12:00 -05:00
..
common Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 2015-10-05 11:57:11 +02:00
gin Make GIN's cleanup pending list process interruptable 2015-09-07 17:18:10 +03:00
gist Fix GiST index build for NaN values in geometric types. 2016-07-14 18:46:00 -04:00
hash Fix broken error check in _hash_doinsert. 2016-12-22 14:12:00 -05:00
heap Fix WAL-logging of FSM and VM truncation. 2016-10-19 15:00:34 +03:00
index Fix BuildIndexValueDescription for expressions 2015-01-29 21:59:51 -05:00
nbtree Back-patch fcff8a5751 as a bug fix. 2016-12-13 19:05:35 -06:00
rmgrdesc Rework tuple freezing protocol 2013-12-16 11:29:51 -03:00
spgist Log the creation of an init fork unconditionally. 2016-12-08 14:16:47 -05:00
transam Fix possible pg_basebackup failure on standby with "include WAL". 2016-10-27 12:00:05 -04:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00