Any reason to have heap_(de)formtuple? - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Any reason to have heap_(de)formtuple?
Date
Msg-id 49008F30.20907@sun.com
Whole thread Raw
Responses Re: Any reason to have heap_(de)formtuple?
List pgsql-hackers
Currently in heaptuple.c we have duplicated code.  heap_deformtuple and 
heap_formtuple are mark as a obsolete interface. Is any reason to have still 
them? I know that they are still used on many places, but is there any stopper 
to keep these function alive?
    Zdenek



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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: EXPLAIN CREATE TABLE AS
Next
From: "Gokulakannan Somasundaram"
Date:
Subject: A small performance bug in BTree Infrastructure