From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Andrew Chernow <ac(at)esilo(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCHES] libpq type system 0.9a |
Date: | 2008-04-08 19:10:29 |
Message-ID: | 200804081910.m38JATU06428@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Tom Lane wrote:
> "Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> > On Tue, 08 Apr 2008 14:34:51 -0400
> > Andrew Chernow <ac(at)esilo(dot)com> wrote:
> >> I am not sure why Tom is worried about source code size, normally the
> >> concern is linked size. Code comments were never finished, as the
>
> > Every byte added is a byte maintained (or not).
>
> Actually I was thinking more about disk footprint. Andrew's comment is
> correct if you work with statically linked code where the compiler pulls
> out only the needed .o files from a .a library, but that's pretty out of
> fashion these days. Most people are dealing with a monolithic libpq.so
> and might carp a bit if it gets 25% or 50% bigger for stuff that doesn't
> interest them.
>
> Perhaps I'm overly sensitive to this because I'm tuned into Red Hat's
> constant struggles to fit a Linux distribution onto a reasonable number
> of CDs ...
Also, if we add to libpq we have to document this new functionality. It
doesn't make sense to add to the API unless there is a significant
number of people who will use it.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Gregory Stark | 2008-04-08 19:10:59 | Re: File system snapshots for multiple file systems |
Previous Message | Bruce Momjian | 2008-04-08 19:00:57 | Re: [PATCHES] libpq type system 0.9a |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-04-08 19:17:00 | Re: Partial match in GIN |
Previous Message | Bruce Momjian | 2008-04-08 19:00:57 | Re: [PATCHES] libpq type system 0.9a |