Re: generic options for explain - Mailing list pgsql-hackers

From Aidan Van Dyk
Subject Re: generic options for explain
Date
Msg-id 20090526151521.GF15213@yugib.highrise.ca
Whole thread Raw
In response to Re: generic options for explain  (tomas@tuxteam.de)
Responses Re: generic options for explain  (tomas@tuxteam.de)
List pgsql-hackers
* tomas@tuxteam.de <tomas@tuxteam.de> [090526 11:03]:
> ...and to put things into perspective:
> 
> tomas@floh:~$ apt-cache show libxml2 libjson-glib-1.0-0 | grep "^Size"
> Size: 814356
> Size: 33538

And including glib, which does all the work for libjson-glib:

mountie@pumpkin:~/projects/postgresql/PostgreSQL$ apt-cache show libxml2
libjson-glib-1.0-0 libglib2.0-0 | grep ^Size
Size: 870188
Size: 36132
Size: 845166

glib also pulls in libpcre:
Size: 214650

So:- XML: 870188(libxml) + 76038 (zlib1g) = 946226- JSON: 36132 (json) + 845166 (glib) + 214650 (pcre) = 1095948

;-)


-- 
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

pgsql-hackers by date:

Previous
From: tomas@tuxteam.de
Date:
Subject: Re: generic options for explain
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL Developer meeting minutes up