pgsql: Reverse this patch: - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Reverse this patch:
Date
Msg-id 20050704041701.B1DEC528BD@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reverse this patch:

---------------------------------------------------------------------------

> A quick look shows that when you use --with-libraries=/foo/bar the
> generated link line for libraries says
>
>  -L/foo/bar -lpq
>
> and it should probably be the other way around (as it is for the
> executables).
>
> So I suspect we need some makefile tuning.

You were correct. This patch fixes it.

Jim C. Nasby

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.91 -> r1.92)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.91&r2=1.92)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update wording: < Currently, to protect against partial disk
Next
From: Oleg Bartunov
Date:
Subject: Re: pgsql: Remove GIST concurrency limitations section.