| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: pg_config |
| Date: | 2004-07-21 19:04:06 |
| Message-ID: | 40FEBE26.7070807@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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.
>
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2004-07-21 20:00:49 | Re: [HACKERS] Point in Time Recovery |
| Previous Message | Andreas Pflug | 2004-07-21 17:34:16 | Re: logfile subprocess and Fancy File Functions |