Re: Indirect indexes
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-12-29T07:28:07Z
Lists: pgsql-hackers
Attachments
- indirect-indexes-3.patch (text/plain) patch
Here's v3. This one applies on top of the "interesting-attrs" patch I sent a few hours ago: https://www.postgresql.org/message-id/20161228232018.4hc66ndrzpz4g4wn@alvherre.pgsql and contains a number of bugfixes that I discovered on my own (and which therefore require no further explanation, since evidently no-one has reviewed the patch yet). One exception: in htup_details.h I changed the definition of HeapTupleHeaderIsHeapOnly() so that it returns a true boolean rather than a random bit in a wider integer. Without this change, my compiler complains when the result is passed as a bool argument into a function. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Change some test macros to return true booleans
- fce4609d5e5b 9.6.2 landed
- e0f4a80ee515 9.3.16 landed
- 75c155f65b04 9.4.11 landed
- 5f4ae4f3cd58 9.5.6 landed
- 594e61a1de03 10.0 landed
- 5462e3486dfe 9.2.20 landed