Re: [COMMITTERS] pgsql-server/src/port Makefile

2003-10-27 Thread Tom Lane
[EMAIL PROTECTED] (Peter Eisentraut - PostgreSQL) writes:
> Modified files:
>   src/port   : Makefile 
> Log message:
>   Use AROPT, not hard-coded flags.

This patch broke the Darwin port, and invalidated whatever port reports
we now have for platforms where AROPT isn't "crs" (which includes all
the BSDen as well as a couple other platforms --- can any BSDers report
whether CVS tip still builds for them?).  I suggest more prudence
about making portability-related fixes when we are hard upon a release.
Was there any reported bug that this actually fixed?

regards, tom lane

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/src/makefiles Makefile.darwin

2003-10-27 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/27 03:42:34

Modified files:
src/makefiles  : Makefile.darwin 

Log message:
Un-break Darwin port.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/doc/src/sgml installation.sgml

2003-10-27 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/27 11:35:10

Modified files:
doc/src/sgml   : installation.sgml 

Log message:
Update Win32 clients.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src/backend/port sysv_shmem.c

2003-10-27 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/27 14:30:07

Modified files:
src/backend/port: sysv_shmem.c 

Log message:
Change Solaris tests to test for SHM_SHARE_MMU, per Tom.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match