From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move set_pglocale_pgservice() from path.c to exec.c, so that |
Date: | 2006-09-11 20:10:30 |
Message-ID: | 20060911201030.CE81D9FB21E@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in
path.c does not in itself force linking of both exec.c and libintl.
Should fix current ecpglib build failure on pickier platforms.
Modified Files:
--------------
pgsql/src/include:
port.h (r1.97 -> r1.98)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.97&r2=1.98)
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.42&r2=1.43)
pgsql/src/port:
exec.c (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.42&r2=1.43)
path.c (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.66&r2=1.67)
From | Date | Subject | |
---|---|---|---|
Next Message | User Mario__ | 2006-09-11 21:22:49 | webtranslator - l10n: - Locks work well, I've been tested a while - |
Previous Message | User H-saito | 2006-09-11 20:03:02 | psqlodbc - psqlodbc: Fixed *unix option of pg_config. |