Re: [HACKERS] Unused include/storage/itempos.h

2008-12-26 Thread Tom Lane
ITAGAKI Takahiro itagaki.takah...@oss.ntt.co.jp writes:
 I found include/storage/itempos.h is not included from any sources.
 What is it for? Should we remove it from the source tree?

Yeah, looks that way.  Seems to be a hangover from one of the
Berkeley-era experiments with large objects --- I found several
references to ItemSubposition in the v4r2 sources, but there are
certainly none in Postgres now.

regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Unused include/storage/itempos.h

2008-12-25 Thread ITAGAKI Takahiro
Hi,

I found include/storage/itempos.h is not included from any sources.
What is it for? Should we remove it from the source tree?


struct ItemSubpositionData
typedef ItemSubpositionData *ItemSubposition;


Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers