Re: utils C files

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: utils C files
Date: 2002-07-17 22:32:50
Message-ID: Pine.LNX.4.44.0207172105350.9047-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian writes:

> > Can you point to one example of such an inconsistency? I can't find one.
>
> Sure, interfaces/libpq had:
>
> OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
> pqexpbuffer.o dllist.o md5.o pqsignal.o fe-secure.o \
> $(INET_ATON) $(SNPRINTF) $(STRERROR)
>
> while psql/Makefile had what I think you wanted:

Note that the libpq makefile goes through trouble to link the inet_aton.c
file into the current directory, so this example doesn't count.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-17 22:33:22 Re: error codes
Previous Message Peter Eisentraut 2002-07-17 22:32:29 Re: Future of src/utils

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2002-07-17 23:57:38 Re: Optional Oid
Previous Message Tom Lane 2002-07-17 19:21:20 Re: several minor cleanups