Re: [COMMITTERS] Revert addition of -lpgport, which breaks the build

2004-05-20 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I modified to code so only Win32 will do it. I think Neil's point is that it fails on OSX as well. Really we have to do this the way libpq does, namely pull out the specific files it needs and recompile those with the correct shared-library-compatible C

[COMMITTERS] add module name to commit message

2004-05-20 Thread Marc G. Fournier
Log Message: --- add module name to commit message Modified Files: -- CVSROOT: loginfo (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/CVSROOT/loginfo.diff?r1=1.30&r2=1.31) ---(end of broadcast)

[COMMITTERS] Integrate src/timezone library for all platforms.

2004-05-20 Thread Tom Lane
Log Message: --- Integrate src/timezone library for all platforms. There is more we can and should do now that we control our own destiny for timezone handling, but this commit gets the bulk of the picayune diffs in place. Magnus Hagander and Tom Lane. Modified Files: -- p

[COMMITTERS] Add mention of why -lpgport is needed in ecpglib (dllwrap).

2004-05-20 Thread Bruce Momjian
Log Message: --- Add mention of why -lpgport is needed in ecpglib (dllwrap). Modified Files: -- pgsql-server/src/interfaces/ecpg/ecpglib: Makefile (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/ecpg/ecpglib/Makefile

[COMMITTERS] Add -lpgport to ecpglib link only on win32.

2004-05-20 Thread Bruce Momjian
Log Message: --- Add -lpgport to ecpglib link only on win32. Other platforms have problems with it. Modified Files: -- pgsql-server/src/interfaces/ecpg/ecpglib: Makefile (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfac

Re: [COMMITTERS] Revert addition of -lpgport, which breaks the build

2004-05-20 Thread Bruce Momjian
I modified to code so only Win32 will do it. --- Neil Conway wrote: > Tom Lane wrote: > > Revert addition of -lpgport, which breaks the build on platforms that > > are sticky about non-PIC code in shared libraries. Windows

Re: [COMMITTERS] Revert addition of -lpgport, which breaks the build

2004-05-20 Thread Bruce Momjian
Tom Lane wrote: > Log Message: > --- > Revert addition of -lpgport, which breaks the build on platforms that > are sticky about non-PIC code in shared libraries. Windows will have > to find another solution (probably similar to the way libpq does it). > OK, done only for Win32. -- Br

Re: [COMMITTERS] Revert addition of -lpgport, which breaks the build

2004-05-20 Thread Neil Conway
Tom Lane wrote: Revert addition of -lpgport, which breaks the build on platforms that are sticky about non-PIC code in shared libraries. Windows will have to find another solution (probably similar to the way libpq does it). I need to apply the attached patch to get ecpg to link successfully on m

[COMMITTERS] Revert addition of -lpgport, which breaks the build on platforms that

2004-05-20 Thread Tom Lane
Log Message: --- Revert addition of -lpgport, which breaks the build on platforms that are sticky about non-PIC code in shared libraries. Windows will have to find another solution (probably similar to the way libpq does it). Modified Files: -- pgsql-server/src/interfaces/

[COMMITTERS] add old/new revision of files

2004-05-20 Thread Marc G. Fournier
Log Message: --- add old/new revision of files Modified Files: -- CVSROOT: loginfo (http://developer.postgresql.org/cvsweb.cgi/CVSROOT/loginfo) ---(end of broadcast)--- TIP 5: Have you checked our extensive F

[COMMITTERS] benign change ...added space to end of line

2004-05-20 Thread PostgreSQL Daemon
Log Message: --- benign change ...added space to end of line Modified Files: -- pgsql-server: configure.in (r1.354 -> r1.355) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/configure.in.diff?r1=1.354&r2=1.355) ---(end of

[COMMITTERS] attempt at a multi file commit, to seee how it formats

2004-05-20 Thread PostgreSQL Daemon
Log Message: --- attempt at a multi file commit, to seee how it formats Modified Files: -- pgsql-server/contrib: README (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/README) pgsql-server/contrib/rserv: ApplySnapshot.in

[COMMITTERS] fix the cvsweb URL

2004-05-20 Thread Marc G. Fournier
Log Message: --- fix the cvsweb URL Modified Files: -- CVSROOT: loginfo (http://developer.postgresql.org/cvsweb.cgiCVSROOT/loginfo) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please se

[COMMITTERS] just testing activitymail ...

2004-05-20 Thread PostgreSQL Daemon
Log Message: --- just testing activitymail ... only added a space here so that the commit would pick it up Modified Files: -- pgsql-server/contrib: README (http://developer.postgresql.org/cvsweb.cgipgsql-server/contrib/README) ---(e

[COMMITTERS] CVSROOT/. commitinfo loginfo

2004-05-20 Thread Marc G. Fournier
CVSROOT:/cvsroot Module name:CVSROOT Changes by: [EMAIL PROTECTED] 04/05/20 19:43:12 Modified files: . : commitinfo loginfo Log message: k, here's attempt one at new cvs logging ---(end of broadcast)

[COMMITTERS] pgsql-server/src/bin/pg_dump common.c

2004-05-20 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 14:13:52 Modified files: src/bin/pg_dump: common.c Log message: Rename static variables to avoid possible name conflicts on systems with dirty standard headers (eg AIX).

[COMMITTERS] pgsql-server/doc TODO

2004-05-20 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 13:36:16 Modified files: doc: TODO Log message: Remove pyton, spell check fix: > * Support composite types as table columns 286,289d286

[COMMITTERS] pgsql-server/doc TODO

2004-05-20 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 12:57:27 Modified files: doc: TODO Log message: Updates from Tom: < Bracketed items "[]" have more detailed. > Bracketed items "[]" have mor

[COMMITTERS] pgsql-server/src include/port.h port/exec.c

2004-05-20 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 12:38:12 Modified files: src/include: port.h src/port : exec.c Log message: Small variable rename in exec.c. ---(end of broadcast)--

[COMMITTERS] pgsql-server/src/port exec.c

2004-05-20 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 12:35:41 Modified files: src/port : exec.c Log message: Clean up find_my_exec to work cleaner. Add Win32 code to look in the current directory before the

[COMMITTERS] pgsql-server/src/backend/access/heap heapam.c

2004-05-20 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 12:07:30 Modified files: src/backend/access/heap: heapam.c Log message: Fix speling. ---(end of broadcast)--- TIP 4: Don't 'kil