Re: REQ: build src/backend/postgres w/o -lncurses or -lreadline

From: "Todd R(dot) Eigenschink" <todd(at)tekinteractive(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: REQ: build src/backend/postgres w/o -lncurses or -lreadline
Date: 2001-05-14 02:32:49
Message-ID: 15103.17361.48131.6165@rtfm.ofc.tekinteractive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian writes:
>> I realize this is a sort of special-purpose request. It's not a big
>> deal to build the whole thing, then just relink src/backend/postgres
>> without those libs. It just feels dirty to have them there when they
>> aren't needed.
>>
>
>It is my understanding that having them there causes no bloat in the
>binary. No symbols are resolved in those libs.

Perhaps not, but the postgres binary then becomes dependent on those
libs being available (if they're shared).

Todd

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-05-14 18:43:03 Re: REQ: build src/backend/postgres w/o -lncurses or -lreadline
Previous Message Tom Lane 2001-05-14 01:31:40 Re: Bug with timestamp !!!