From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/ /configure /configure.in rc/Make ... |
Date: | 2004-05-11 21:57:15 |
Message-ID: | 20040511215715.6BB59D1D0F4@svr1.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/05/11 18:57:15
Modified files:
. : configure configure.in
src : Makefile.global.in
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/backend/utils/init: Makefile
src/bin/initdb : Makefile initdb.c
src/bin/pg_dump: Makefile pg_dumpall.c
src/include : miscadmin.h port.h
src/port : path.c pipe.c
Added files:
src/port : exec.c
Removed files:
src/backend/utils/init: findbe.c
Log message:
As part of the work for making relocatable installs, I have re-factored
all the code that looks for other binaries. I move FindExec into
port/exec.c (and renamed it to find_my_binary()). I also added
find_other_binary that looks for another binary in the same directory as
the calling program, and checks the version string.
The only behavior change was that initdb and pg_dump would look in the
hard-coded bindir directory if it can't find the requested binary in the
same directory as the caller. The new code throws an error. The old
behavior seemed too error prone for version mismatches.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-05-11 22:04:36 | Re: pgsql-server/ /configure /configure.in rc/Make ... |
Previous Message | Bruce Momjian | 2004-05-11 20:23:05 | pgsql-server/doc TODO |