Re: [HACKERS] Deprecating heap_formtuple/heap_modifytuple/heap_deformtuple

2008-03-24 Thread Bruce Momjian
Added to TODO: * Remove old-style routines for manipulating tuples http://archives.postgresql.org/pgsql-hackers/2007-10/msg00851.php --- Gregory Stark wrote: I think we should go ahead and kill the old 'n'/' ' api

[HACKERS] Deprecating heap_formtuple/heap_modifytuple/heap_deformtuple

2007-10-17 Thread Gregory Stark
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