Deprecating heap_formtuple/heap_modifytuple/heap_deformtuple - Mailing list pgsql-hackers

From Gregory Stark
Subject Deprecating heap_formtuple/heap_modifytuple/heap_deformtuple
Date
Msg-id 87k5pl1v4w.fsf@oxford.xeocode.com
Whole thread Raw
Responses Re: Deprecating heap_formtuple/heap_modifytuple/heap_deformtuple
List pgsql-hackers
I think we should go ahead and kill the old 'n'/' ' api for heaptuple.c. The
code duplication here is really annoying and it makes it confusing for
developers trying to read or write code where they have to keep straight which
interface they're using.

What I think we should do is just announce they're deprecated for 8.3 without
changing anything and then early in 8.4 remove them and convert our own code
to use the new api. We could add wrappers prior to the 8.4 release which
converts the isnull/replaces arrays for the benefit of outside modules.

As an exercise I just went ahead and removed all of our calls to it and while
it was quite annoying there weren't really any show-stoppers. The worst thing
I find is that SPI uses a similar interface which means it'll be inconsistent
with the underlying interface -- but there's no direct binding between the two
so it doesn't cause any actual breakage, just potential confusion.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Why copy_relation_data only use walwhenWALarchivingis enabled
Next
From: Tom Lane
Date:
Subject: Re: tsearch2api project