[PATCH] HeapTuple version extension + code cleanup

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] HeapTuple version extension + code cleanup
Date: 2008-10-30 16:24:46
Message-ID: 4909DFCE.1000702@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch requires patch:
http://archives.postgresql.org/message-id/490875FA.4020709@sun.com

It add t_ver information into HeapTuple structure and add DatumGetHeapTuple
function which allows to reduce code on many places.

Zdenek

--
Zdenek Kotala Sun Microsystems
Prague, Czech Republic http://sun.com/postgresql

Attachment Content-Type Size
heaptuple_ver.patch.gz application/x-gzip 7.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-10-30 17:11:42 Re: WIP patch: convert SQL-language functions to return tuplestores
Previous Message Alvaro Herrera 2008-10-30 16:14:30 Re: Block-level CRC checks