summaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-12-22 13:54:40 -0500
committerRobert Haas <rhaas@postgresql.org>2016-12-22 14:03:18 -0500
commitc2f78e5e02e72e7f74f549fa07a435b1264ba308 (patch)
treedf5a67cb53316cfe67c3f815f749c3859e9e62a2 /src/tutorial/complex.c
parent76943f54a743e3d7875a6772fec89bb57a8f2118 (diff)
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.
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions