Re: Packed short varlenas, what next? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Packed short varlenas, what next?
Date
Msg-id 4382.1172679330@sss.pgh.pa.us
Whole thread Raw
In response to Re: Packed short varlenas, what next?  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Packed short varlenas, what next?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I just noticed that last night myself. In particular the GIST modules seems to
> be a major problem. they define dozens of new objects, many of which are just
> passing around C data structures internally but some of which are objects
> which get stored in the database. I have no idea which are which and which
> ones are varlenas.

FWIW, when I went to bed last night I had hstore and intarray working,
but was still fooling with ltree.  Didn't get to the others yet.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: VACUUM and spoiling the buffer manager cache
Next
From: "Jonah H. Harris"
Date:
Subject: Re: COMMIT NOWAIT Performance Option