Re: [PATCHES] libpq type system 0.9a

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "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:26:34
Message-ID: b42b73150804081226p21e404d7iebf221453a810555@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Tue, Apr 8, 2008 at 3:10 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > 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.

on my box, the .so went from 118k to 175k. while this is significant
in percentage terms, I don't think redhat is going to complain about
57k (correct me if I'm wrong here).

> 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.

We are prepared to write the formal documentation if necessary (and
whatever else, code comments and a proper regression test for
example). I'll address the 'who will want to use it' in response to
Tom's mail.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-04-08 19:34:19 MSVC build broken with perl 5.10
Previous Message Tom Lane 2008-04-08 19:26:16 Re: File system snapshots for multiple file systems

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2008-04-08 19:29:45 Re: Partial match in GIN
Previous Message Tom Lane 2008-04-08 19:22:05 Re: [PATCHES] libpq type system 0.9a