| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: pg_config |
| Date: | 2004-08-01 06:56:38 |
| Message-ID: | 200408010656.i716uc408046@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Patch applied. Thanks.
I made all the changes you suggested and the additions to path.c for the
new parameters.
---------------------------------------------------------------------------
Andrew Dunstan wrote:
>
> There are a couple of things that need adjustment:
>
> 1. typo in the makefile - ((X) should be $(X)
> 2. these cases need to be fixed:
>
> else if (strcmp(argv[i],"--includedir-server") ==0)
> get_pkginclude_path(mypath,otherpath);
> else if (strcmp(argv[i],"--libdir") == 0)
> get_include_path(mypath,otherpath);
>
> We might actually need one or two functions in port/path.c to handle them.
>
> cheers
>
> andrew
>
>
>
> Bruce Momjian wrote:
>
> >Your patch has been added to the PostgreSQL unapplied patches list at:
> >
> > http://momjian.postgresql.org/cgi-bin/pgpatches
> >
> >It will be applied as soon as one of the PostgreSQL committers reviews
> >and approves it.
> >
> >
> >
> >
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2004-08-01 07:14:25 | String consistency |
| Previous Message | Bruce Momjian | 2004-08-01 06:19:35 | Re: [HACKERS] Cannot initdb in cvs tip |