Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-09 Thread Peter Eisentraut
Billy G. Allie writes:

 I disagree that it's a new feature.  The code to add the -rpath (-R) option
 was already there.  My patch made it more useful in that the additional search
 libraries are now placed in the -rpath (-R) option.

Yeah, you're doing additional things, so it's a new feature.  The fact
that you were able to reuse existing code is commendable but does not
create an exception.

 As to doing it on all platforms, that would be a decision for the
 maintainers of that platforms port.

The rpath feature behaves consistently across platforms and PostgreSQL
makes consistent use of it, so it does not qualify as a porting issue.
The last thing I'd want to see is that every platform looks for the
libraries in different ways.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


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



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-08 Thread Olivier PRENANT
Many thanks Larry,

Sorry I had omited the -Xb (no secret dance) in my report...

On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 15:17:28 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: Peter Eisentraut [EMAIL PROTECTED], Olivier PRENANT [EMAIL PROTECTED]
 Cc: Tom Lane [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 
 
 --On Thursday, November 07, 2002 22:21:56 +0100 Peter Eisentraut 
 [EMAIL PROTECTED] wrote:
 
  Olivier PRENANT writes:
 
  I don't mind having CFLAGS=-Xb  though, done it for php already...
  By everyone says this should go off so..
 
  The idea of the platform testing is not to determine whether you can
  compile PostgreSQL after performing a secret dance.  If it doesn't compile
  with the default options, please don't report it as supported.
 It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.  Apparently a 
 compiler
 fix between the 7.1.1b FS and 7.1.2.
 
 The -Xb switch is NOT a secret dance.  It's needed for LOTS of open source 
 stuff.
 
 See the discussion from the Caldera folks last week.
 
 Tom's fix fixed the defaults for 7.1.2+
 
 
 
  --
  Peter Eisentraut   [EMAIL PROTECTED]
 
 
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-08 Thread Tom Lane
Larry Rosenman [EMAIL PROTECTED] writes:
 +For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
 +7.1.2), Including the 7.1.1b Feature Supplement, you may need to specify -Xb
 + in CFLAGS or the  CC environment variable.  The indication of this is an
 +error in compiling tuplesort.c referencing inline parameters. 

s/inline parameters/inline functions/.  Otherwise looks good.

regards, tom lane

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-08 Thread Larry Rosenman
Do y'all want a new diff, or can you deal with it when you do the patch?

LER


--On Friday, November 08, 2002 09:45:44 -0500 Tom Lane [EMAIL PROTECTED] 
wrote:

Larry Rosenman [EMAIL PROTECTED] writes:

+For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
+7.1.2), Including the 7.1.1b Feature Supplement, you may need to
specify -Xb + in CFLAGS or the  CC environment variable.  The indication
of this is an +error in compiling tuplesort.c referencing inline
parameters.


s/inline parameters/inline functions/.  Otherwise looks good.

			regards, tom lane



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-08 Thread Bruce Momjian

I will deal with it when I apply.

---

Larry Rosenman wrote:
 Do y'all want a new diff, or can you deal with it when you do the patch?
 
 LER
 
 
 --On Friday, November 08, 2002 09:45:44 -0500 Tom Lane [EMAIL PROTECTED] 
 wrote:
 
  Larry Rosenman [EMAIL PROTECTED] writes:
  +For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
  +7.1.2), Including the 7.1.1b Feature Supplement, you may need to
  specify -Xb + in CFLAGS or the  CC environment variable.  The indication
  of this is an +error in compiling tuplesort.c referencing inline
  parameters.
 
  s/inline parameters/inline functions/.  Otherwise looks good.
 
  regards, tom lane
 
 
 -- 
 Larry Rosenman http://www.lerctr.org/~ler
 Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

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

http://archives.postgresql.org



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-08 Thread Bruce Momjian

Patch applied to 7.3 and CVS, with Tom's correction.

---

Larry Rosenman wrote:
 Here is diff.  Please let me know if you need better wording.
 
 
 
 --On Thursday, November 07, 2002 16:50:26 -0600 Larry Rosenman 
 [EMAIL PROTECTED] wrote:
 
  OK, I'll try and do up a diff to B5's tonite (probably late, my
  Daughter's elementary school honors choir has a performance tonite).
 
  LER
 
 
  --On Thursday, November 07, 2002 17:44:37 -0500 Bruce Momjian
  [EMAIL PROTECTED] wrote:
 
 
  His updates deal only with the LDLIBRARY path issue, which I think we
  are keeping for 7.4:
 
  *** ./doc/FAQ_SCO.orig  Wed Nov  6 21:35:46 2002
  --- ./doc/FAQ_SCO   Wed Nov  6 21:40:44 2002
  ***
  *** 71,76 
  --- 71,79 
 
configure --with-libs=/usr/local/lib --with-includes=/usr/local/include
 
  + You will also need to set LD_LIBRARY_PATH to '/usr/local/lib' (or add
  it to + LD_LIBRARY_PATH, if LD_LIBRARY_PATH already exists) before
  running config- + ure or the test for readline will fail.
 
 
  -
  --
 
  Larry Rosenman wrote:
  With or withou Billie's update(s)?
 
  (I haven't looked at them)
 
  LER
 
 
  --On Thursday, November 07, 2002 17:08:04 -0500 Bruce Momjian
  [EMAIL PROTECTED] wrote:
 
  
   We do point to the FAQ_SCO file for specifics.  Would you send a diff
   for that file?
  
   --
   --- --
  
   Larry Rosenman wrote:
   For compilers earlier than the one released with OpenUNIX
   8.0.0(UnixWare 7.1.2), Including
   the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS
   or the  CC environment
   variable.
  
  
  
   --On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane
   [EMAIL PROTECTED] wrote:
  
Larry Rosenman [EMAIL PROTECTED] writes:
It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
Apparently a  compiler
fix between the 7.1.1b FS and 7.1.2.
   
Well, this is what the REMARKS column is for in the
supported-platform list.  Seems we need a comment like for older
compiler versions, you may need to add -Xb to CFLAGS.  Can anyone
provide a short and accurate description of when to do this?
   
 regards, tom lane
  
  
   --
   Larry Rosenman http://www.lerctr.org/~ler
   Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
   US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
  
  
   ---(end of
   broadcast)--- TIP 3: if posting/reading
   through Usenet, please send an appropriate subscribe-nomail command
   to [EMAIL PROTECTED] so that your message can get through to
   the mailing list cleanly
  
  
   --
 Bruce Momjian|  http://candle.pha.pa.us
 [EMAIL PROTECTED]   |  (610) 359-1001
 +  If your life is a hard drive, |  13 Roberts Road
 +  Christ can be your backup.|  Newtown Square, Pennsylvania
   19073
 
 
  --
  Larry Rosenman http://www.lerctr.org/~ler
  Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
  US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 
  ---(end of broadcast)---
  TIP 4: Don't 'kill -9' the postmaster
 
 
  --
Bruce Momjian|  http://candle.pha.pa.us
[EMAIL PROTECTED]   |  (610) 359-1001
+  If your life is a hard drive, |  13 Roberts Road
+  Christ can be your backup.|  Newtown Square, Pennsylvania
  19073
 
 
  --
  Larry Rosenman http://www.lerctr.org/~ler
  Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
  US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 
  ---(end of broadcast)---
  TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly
 
 
 
 -- 
 Larry Rosenman http://www.lerctr.org/~ler
 Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

[ Attachment, skipping... ]

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

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

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


Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
That's true!

But I had to export CFLAGS=-Xb to compile (this should be in port Makefile
IMHO)
Also, I think the Setting of LD_LIBRARY_PATH could be a win to. Although I
doubt anyone would run uw whith at least
LD_LIBRARY_PATH=/lib:/usr/local/lib, setting LD_LIBRARY_PATH and includes
in the port makefile could ease the configure  process as readline is not
found if you don't add --with-includes ans --with-libs on configure
command.

Reagrds
 On Wed, 6 Nov 2002, Larry Rosenman wrote:

 Date: Wed, 06 Nov 2002 23:27:31 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a
 patch.
 
 We already have success messages from Olivier Prenant for 7.3B4 on 8.0.0, 
 and me for 7.1.3.
 
 I don't believe your changes are necessary.
 
 
 
 --On Wednesday, November 06, 2002 22:57:26 -0500 Billy G. Allie 
 [EMAIL PROTECTED] wrote:
 
  I am including a set of 4 small patches that enable PostgreSQL 7.3b3 to
  build successfully on OpenUnix 8.0.  These same patches should also work
  for UnixWare 7.x.  I will confirm that tomorrow (Nov 7, 2002).
 
  Here is an explanation of the patches:
 
  1. An update of the FAQ_SCO file.
 
  2. This patch removes a static declaration of a in-line function in
 src/backend/utils/sort/tuplesort.c
 
  3. This patch to src/makefiles/Makefile.unixware, together with the patch
  tosrc/Makefile.global.in allows any addition library search
  directories (addedwith the configure --with-libraries option) to be
  added to the rpath option sent to the linker.  The use of a different
  variable to pass the addition search paths was necessary to avoid a
  circular reference to LDFLAGS.
 
  4. This patch creates the variable (trpath) used by the patch to
 Makefile.unixware.  This patch would also be for other platforms that
  would have to add the additional library search paths to  the rpath
  linker option.See Makefile.unixware for an example of how to do this.
 
  After applying these patches, PostgreSQL successfully compiled on
  OpenUnix 8  and it passed all the regression tests.
 
 
 
 
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman


--On Thursday, November 07, 2002 13:32:18 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

That's true!

But I had to export CFLAGS=-Xb to compile (this should be in port Makefile
IMHO)

Tom fixed that with a later tuplesort.c fix (per a discussion with the 
Caldera/SCO
compiler guys).

Also, I think the Setting of LD_LIBRARY_PATH could be a win to. Although I
doubt anyone would run uw whith at least
LD_LIBRARY_PATH=/lib:/usr/local/lib, setting LD_LIBRARY_PATH and includes
in the port makefile could ease the configure  process as readline is not
found if you don't add --with-includes ans --with-libs on configure
command.

Not a problem here. (the change that is).




Reagrds
 On Wed, 6 Nov 2002, Larry Rosenman wrote:


Date: Wed, 06 Nov 2002 23:27:31 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a
patch.

We already have success messages from Olivier Prenant for 7.3B4 on
8.0.0,  and me for 7.1.3.

I don't believe your changes are necessary.



--On Wednesday, November 06, 2002 22:57:26 -0500 Billy G. Allie
[EMAIL PROTECTED] wrote:

 I am including a set of 4 small patches that enable PostgreSQL 7.3b3 to
 build successfully on OpenUnix 8.0.  These same patches should also
 work for UnixWare 7.x.  I will confirm that tomorrow (Nov 7, 2002).

 Here is an explanation of the patches:

 1. An update of the FAQ_SCO file.

 2. This patch removes a static declaration of a in-line function in
src/backend/utils/sort/tuplesort.c

 3. This patch to src/makefiles/Makefile.unixware, together with the
 patch tosrc/Makefile.global.in allows any addition library search
 directories (addedwith the configure --with-libraries option) to be
 added to the rpath option sent to the linker.  The use of a
 different variable to pass the addition search paths was necessary
 to avoid a circular reference to LDFLAGS.

 4. This patch creates the variable (trpath) used by the patch to
Makefile.unixware.  This patch would also be for other platforms
that would have to add the additional library search paths to
 the rpath linker option.See Makefile.unixware for an example of
 how to do this.

 After applying these patches, PostgreSQL successfully compiled on
 OpenUnix 8  and it passed all the regression tests.







--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)




--
Larry Rosenman, Sr. Network Engineer, Internet America, Inc.
E-Mail: [EMAIL PROTECTED]
Phone: +1 214-861-2571, Fax: 214-861-2663
US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 06:41:02 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a
 
 
 
 --On Thursday, November 07, 2002 13:32:18 +0100 Olivier PRENANT 
 [EMAIL PROTECTED] wrote:
 
  That's true!
 
  But I had to export CFLAGS=-Xb to compile (this should be in port Makefile
  IMHO)
 Tom fixed that with a later tuplesort.c fix (per a discussion with the 
 Caldera/SCO
 compiler guys).
Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs the
compiler...
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman


--On Thursday, November 07, 2002 14:23:43 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

On Thu, 7 Nov 2002, Larry Rosenman wrote:


Date: Thu, 07 Nov 2002 06:41:02 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a



--On Thursday, November 07, 2002 13:32:18 +0100 Olivier PRENANT
[EMAIL PROTECTED] wrote:

 That's true!

 But I had to export CFLAGS=-Xb to compile (this should be in port
 Makefile IMHO)
Tom fixed that with a later tuplesort.c fix (per a discussion with the
Caldera/SCO
compiler guys).

Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs the
compiler...



Didn't for me :-(

Wierd.




--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)




--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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

http://archives.postgresql.org



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Tom Lane
Olivier PRENANT [EMAIL PROTECTED] writes:
 Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs the
 compiler...

It won't get better if you don't show any details...

regards, tom lane

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



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 08:41:58 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a
 
 
 
  Tom fixed that with a later tuplesort.c fix (per a discussion with the
  Caldera/SCO
  compiler guys).
  Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs the
  compiler...
 
 Didn't for me :-(
 
 Wierd.
BTW, this is on 7.1.1 not (yet) on 8.0.0
I'll let you know hopefully today.

(How did you get 713 when it's due for december?) Can I have a copy?
 
 
 
  --
  Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
  Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
  31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
  FRANCE  Email: [EMAIL PROTECTED]
  -
  - Make your life a dream, make your dream a reality. (St Exupery)
 
 
 
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


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



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman


--On Thursday, November 07, 2002 15:44:37 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

On Thu, 7 Nov 2002, Larry Rosenman wrote:


Date: Thu, 07 Nov 2002 08:41:58 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a



 Tom fixed that with a later tuplesort.c fix (per a discussion with the
 Caldera/SCO
 compiler guys).
 Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs
 the compiler...

Didn't for me :-(

Wierd.

BTW, this is on 7.1.1 not (yet) on 8.0.0
I'll let you know hopefully today.

(How did you get 713 when it's due for december?) Can I have a copy?

I'm on the Beta.  No, I can't give it to you.  You might want to sign up
on http://www.caldera.com/beta/ to get in on the next one.






 --
 Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
 Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
 31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
 FRANCE  Email: [EMAIL PROTECTED]
 --
 --- - Make your life a dream, make your dream a reality. (St
 Exupery)






--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
It looks like you do **NOT** have B4 or B5

LER


--On Thursday, November 07, 2002 17:00:21 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

On Thu, 7 Nov 2002, Tom Lane wrote:


Date: Thu, 07 Nov 2002 10:21:25 -0500
From: Tom Lane [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
a

Olivier PRENANT [EMAIL PROTECTED] writes:
 Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs
 the compiler...

It won't get better if you don't show any details...

Ok... (sorry) this is on UW 711 WITHOUT CFLAGS=-Xb:
Script started on Thu Nov  7 16:57:05 2002
$ cd postgresql*5
$ make
Using GNU make found at /usr/local/bin/gmake
/usr/local/bin/gmake -C doc all
gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/postgres/postgresql-7.3b5/doc'
/usr/local/bin/gmake -C src all
gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/src'
/usr/local/bin/gmake -C port all
gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
/usr/local/bin/gmake -C backend all
gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend'
/usr/local/bin/gmake -C ../../src/port all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
/usr/local/bin/gmake -C access all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access' /usr/local/bin/gmake
-C common SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/common' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/common'
/usr/local/bin/gmake -C gist SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/gist' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/gist'
/usr/local/bin/gmake -C hash SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/hash' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/hash'
/usr/local/bin/gmake -C heap SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/heap' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/heap'
/usr/local/bin/gmake -C index SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/index' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/index'
/usr/local/bin/gmake -C nbtree SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/nbtree' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/nbtree'
/usr/local/bin/gmake -C rtree SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/rtree' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/rtree'
/usr/local/bin/gmake -C transam SUBSYS.o
gmake[4]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/access/transam' gmake[4]:
`SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/access/transam' gmake[3]:
Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access'
/usr/local/bin/gmake -C bootstrap all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/bootstrap' gmake[3]: Nothing
to be done for `all'.
gmake[3]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/bootstrap'
/usr/local/bin/gmake -C catalog all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/catalog' gmake[3]: Nothing
to be done for `all'.
gmake[3]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/catalog'
/usr/local/bin/gmake -C parser all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/parser' gmake[3]: Nothing to
be done for `all'.
gmake[3]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/parser' /usr/local/bin/gmake
-C commands all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/commands' gmake[3]: Nothing
to be done for `all'.
gmake[3]: Leaving directory
`/home/postgres/postgresql-7.3b5/src/backend/commands'
/usr/local/bin/gmake -C executor all
gmake[3]: Entering directory
`/home/postgres/postgresql-7.3b5/src/backend/executor' gmake[3]: Nothing
to be done

Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
On Thu, 7 Nov 2002, Tom Lane wrote:

 Date: Thu, 07 Nov 2002 10:21:25 -0500
 From: Tom Lane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 Olivier PRENANT [EMAIL PROTECTED] writes:
  Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs the
  compiler...
 
 It won't get better if you don't show any details...
Ok... (sorry) this is on UW 711 WITHOUT CFLAGS=-Xb:
Script started on Thu Nov  7 16:57:05 2002
$ cd postgresql*5
$ make
Using GNU make found at /usr/local/bin/gmake
/usr/local/bin/gmake -C doc all
gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/postgres/postgresql-7.3b5/doc'
/usr/local/bin/gmake -C src all
gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/src'
/usr/local/bin/gmake -C port all
gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
/usr/local/bin/gmake -C backend all
gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend'
/usr/local/bin/gmake -C ../../src/port all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
/usr/local/bin/gmake -C access all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access'
/usr/local/bin/gmake -C common SUBSYS.o
gmake[4]: Entering directory 
`/home/postgres/postgresql-7.3b5/src/backend/access/common'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/common'
/usr/local/bin/gmake -C gist SUBSYS.o
gmake[4]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access/gist'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/gist'
/usr/local/bin/gmake -C hash SUBSYS.o
gmake[4]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access/hash'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/hash'
/usr/local/bin/gmake -C heap SUBSYS.o
gmake[4]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access/heap'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/heap'
/usr/local/bin/gmake -C index SUBSYS.o
gmake[4]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access/index'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/index'
/usr/local/bin/gmake -C nbtree SUBSYS.o
gmake[4]: Entering directory 
`/home/postgres/postgresql-7.3b5/src/backend/access/nbtree'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/nbtree'
/usr/local/bin/gmake -C rtree SUBSYS.o
gmake[4]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/access/rtree'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access/rtree'
/usr/local/bin/gmake -C transam SUBSYS.o
gmake[4]: Entering directory 
`/home/postgres/postgresql-7.3b5/src/backend/access/transam'
gmake[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory 
`/home/postgres/postgresql-7.3b5/src/backend/access/transam'
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access'
/usr/local/bin/gmake -C bootstrap all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/bootstrap'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/bootstrap'
/usr/local/bin/gmake -C catalog all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/catalog'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/catalog'
/usr/local/bin/gmake -C parser all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/parser'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/parser'
/usr/local/bin/gmake -C commands all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/commands'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/commands'
/usr/local/bin/gmake -C executor all
gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend/executor'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/executor'
/usr/local/bin/gmake -C lib all
gmake[3

Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Tom Lane
Olivier PRENANT [EMAIL PROTECTED] writes:
 *WHAT??**
 this directory has hust been created by de-taring postgresql-7.3b5.tar.gz
 from my own mirror dated nov 6 20:04...

Well, there's something darn weird here.  Is
src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line 1838,
do you see
inline int32
ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
or
static inline int32
inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,

regards, tom lane

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
*WHAT??**

this directory has hust been created by de-taring postgresql-7.3b5.tar.gz
from my own mirror dated nov 6 20:04...


On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 10:07:37 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
 Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 It looks like you do **NOT** have B4 or B5
 
 LER
 
 
 --On Thursday, November 07, 2002 17:00:21 +0100 Olivier PRENANT 
 [EMAIL PROTECTED] wrote:
 
  On Thu, 7 Nov 2002, Tom Lane wrote:
 
  Date: Thu, 07 Nov 2002 10:21:25 -0500
  From: Tom Lane [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
   [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
  a
 
  Olivier PRENANT [EMAIL PROTECTED] writes:
   Huh! I just tried to compile 7.3b5 without CFLAGS=-Xb, it still bugs
   the compiler...
 
  It won't get better if you don't show any details...
  Ok... (sorry) this is on UW 711 WITHOUT CFLAGS=-Xb:
  Script started on Thu Nov  7 16:57:05 2002
  $ cd postgresql*5
  $ make
  Using GNU make found at /usr/local/bin/gmake
  /usr/local/bin/gmake -C doc all
  gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/doc'
  gmake[1]: Nothing to be done for `all'.
  gmake[1]: Leaving directory `/home/postgres/postgresql-7.3b5/doc'
  /usr/local/bin/gmake -C src all
  gmake[1]: Entering directory `/home/postgres/postgresql-7.3b5/src'
  /usr/local/bin/gmake -C port all
  gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
  gmake[2]: Nothing to be done for `all'.
  gmake[2]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
  /usr/local/bin/gmake -C backend all
  gmake[2]: Entering directory `/home/postgres/postgresql-7.3b5/src/backend'
  /usr/local/bin/gmake -C ../../src/port all
  gmake[3]: Entering directory `/home/postgres/postgresql-7.3b5/src/port'
  gmake[3]: Nothing to be done for `all'.
  gmake[3]: Leaving directory `/home/postgres/postgresql-7.3b5/src/port'
  /usr/local/bin/gmake -C access all
  gmake[3]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access' /usr/local/bin/gmake
  -C common SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/common' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/common'
  /usr/local/bin/gmake -C gist SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/gist' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/gist'
  /usr/local/bin/gmake -C hash SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/hash' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/hash'
  /usr/local/bin/gmake -C heap SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/heap' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/heap'
  /usr/local/bin/gmake -C index SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/index' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/index'
  /usr/local/bin/gmake -C nbtree SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/nbtree' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/nbtree'
  /usr/local/bin/gmake -C rtree SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/rtree' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/rtree'
  /usr/local/bin/gmake -C transam SUBSYS.o
  gmake[4]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/transam' gmake[4]:
  `SUBSYS.o' is up to date.
  gmake[4]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/access/transam' gmake[3]:
  Leaving directory `/home/postgres/postgresql-7.3b5/src/backend/access'
  /usr/local/bin/gmake -C bootstrap all
  gmake[3]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/bootstrap' gmake[3]: Nothing
  to be done for `all'.
  gmake[3]: Leaving directory
  `/home/postgres/postgresql-7.3b5/src/backend/bootstrap'
  /usr/local/bin/gmake -C catalog all
  gmake[3]: Entering directory
  `/home/postgres/postgresql-7.3b5/src/backend/catalog' gmake[3]: Nothing
  to be done for `all'.
  gmake[3]: Leaving directory
  `/home/postgres/postgresql

Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
I see the latter in both b4 and b5!

I've just relaunched my mirroring procedure and it did'nt pick another b4
or b5!

What happens??

Regards,
On Thu, 7 Nov 2002, Tom Lane wrote:

 Date: Thu, 07 Nov 2002 11:26:42 -0500
 From: Tom Lane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 Olivier PRENANT [EMAIL PROTECTED] writes:
  *WHAT??**
  this directory has hust been created by de-taring postgresql-7.3b5.tar.gz
  from my own mirror dated nov 6 20:04...
 
 Well, there's something darn weird here.  Is
 src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line 1838,
 do you see
   inline int32
   ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
 or
   static inline int32
   inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
 
   regards, tom lane
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
It **LOOKS** right.  I'm about to double check it on 7.1.3.

Olivier, is this the 7.1.1b FS Compiler?

I wonder if a bug fix made it in...

Wierd.



--On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

I see the latter in both b4 and b5!

I've just relaunched my mirroring procedure and it did'nt pick another b4
or b5!

What happens??

Regards,
On Thu, 7 Nov 2002, Tom Lane wrote:


Date: Thu, 07 Nov 2002 11:26:42 -0500
From: Tom Lane [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
a

Olivier PRENANT [EMAIL PROTECTED] writes:
 *WHAT??**
 this directory has hust been created by de-taring
 postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...

Well, there's something darn weird here.  Is
src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line 1838,
do you see
	inline int32
	ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
or
	static inline int32
	inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,

			regards, tom lane



--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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

http://archives.postgresql.org



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
FS== Feature Supplement.

I've got a compile running with the 7.3b5 tarball on my 7.1.3 system (with 
the newer
compiler).

We'll see. :-)



--On Thursday, November 07, 2002 17:40:24 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

What's FS,  it(s the 7.1.1b compiler yes.

I don't mind having CFLAGS=-Xb  though, done it for php already...
By everyone says this should go off so..

Regards
On Thu, 7 Nov 2002, Larry Rosenman wrote:


Date: Thu, 07 Nov 2002 10:37:36 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
a

It **LOOKS** right.  I'm about to double check it on 7.1.3.

Olivier, is this the 7.1.1b FS Compiler?

I wonder if a bug fix made it in...

Wierd.



--On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT
[EMAIL PROTECTED] wrote:

 I see the latter in both b4 and b5!

 I've just relaunched my mirroring procedure and it did'nt pick another
 b4 or b5!

 What happens??

 Regards,
 On Thu, 7 Nov 2002, Tom Lane wrote:

 Date: Thu, 07 Nov 2002 11:26:42 -0500
 From: Tom Lane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie
 [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report
 and a

 Olivier PRENANT [EMAIL PROTECTED] writes:
  *WHAT??**
  this directory has hust been created by de-taring
  postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...

 Well, there's something darn weird here.  Is
 src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line
 1838, do you see
 	inline int32
 	ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
 or
 	static inline int32
 	inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind
 	kind,

 			regards, tom lane


 --
 Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
 Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
 31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
 FRANCE  Email: [EMAIL PROTECTED]
 --
 --- - Make your life a dream, make your dream a reality. (St
 Exupery)





--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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

http://archives.postgresql.org



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
What's FS,  it(s the 7.1.1b compiler yes.

I don't mind having CFLAGS=-Xb  though, done it for php already...
By everyone says this should go off so..

Regards
On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 10:37:36 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
 Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 It **LOOKS** right.  I'm about to double check it on 7.1.3.
 
 Olivier, is this the 7.1.1b FS Compiler?
 
 I wonder if a bug fix made it in...
 
 Wierd.
 
 
 
 --On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT 
 [EMAIL PROTECTED] wrote:
 
  I see the latter in both b4 and b5!
 
  I've just relaunched my mirroring procedure and it did'nt pick another b4
  or b5!
 
  What happens??
 
  Regards,
  On Thu, 7 Nov 2002, Tom Lane wrote:
 
  Date: Thu, 07 Nov 2002 11:26:42 -0500
  From: Tom Lane [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
   [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
  a
 
  Olivier PRENANT [EMAIL PROTECTED] writes:
   *WHAT??**
   this directory has hust been created by de-taring
   postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...
 
  Well, there's something darn weird here.  Is
  src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line 1838,
  do you see
 inline int32
 ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
  or
 static inline int32
 inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
 
 regards, tom lane
 
 
  --
  Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
  Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
  31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
  FRANCE  Email: [EMAIL PROTECTED]
  -
  - Make your life a dream, make your dream a reality. (St Exupery)
 
 
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
cc -O -g -I../../../../src/include -I/usr/local/include  -c -o tuplesort.o 
tuplesort.c
UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled

It still passes here.  I really wonder if they fixed something in the 4.1 
compiler. IIRC
the 7.1.1b compiler is 4.0.

Truly wierd.

LER


--On Thursday, November 07, 2002 17:40:24 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

What's FS,  it(s the 7.1.1b compiler yes.

I don't mind having CFLAGS=-Xb  though, done it for php already...
By everyone says this should go off so..

Regards
On Thu, 7 Nov 2002, Larry Rosenman wrote:


Date: Thu, 07 Nov 2002 10:37:36 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
a

It **LOOKS** right.  I'm about to double check it on 7.1.3.

Olivier, is this the 7.1.1b FS Compiler?

I wonder if a bug fix made it in...

Wierd.



--On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT
[EMAIL PROTECTED] wrote:

 I see the latter in both b4 and b5!

 I've just relaunched my mirroring procedure and it did'nt pick another
 b4 or b5!

 What happens??

 Regards,
 On Thu, 7 Nov 2002, Tom Lane wrote:

 Date: Thu, 07 Nov 2002 11:26:42 -0500
 From: Tom Lane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie
 [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report
 and a

 Olivier PRENANT [EMAIL PROTECTED] writes:
  *WHAT??**
  this directory has hust been created by de-taring
  postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...

 Well, there's something darn weird here.  Is
 src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line
 1838, do you see
 	inline int32
 	ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
 or
 	static inline int32
 	inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind
 	kind,

 			regards, tom lane


 --
 Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
 Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
 31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
 FRANCE  Email: [EMAIL PROTECTED]
 --
 --- - Make your life a dream, make your dream a reality. (St
 Exupery)





--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Olivier PRENANT
Haha!!!

It passes (b4) on 800 and not on uw 711..

Larry, should I install 800 SDK on 711?

On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 10:45:13 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Tom Lane [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a 
 
 cc -O -g -I../../../../src/include -I/usr/local/include  -c -o tuplesort.o 
 tuplesort.c
 UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
 
 It still passes here.  I really wonder if they fixed something in the 4.1 
 compiler. IIRC
 the 7.1.1b compiler is 4.0.
 
 Truly wierd.
 
 LER
 
 
 --On Thursday, November 07, 2002 17:40:24 +0100 Olivier PRENANT 
 [EMAIL PROTECTED] wrote:
 
  What's FS,  it(s the 7.1.1b compiler yes.
 
  I don't mind having CFLAGS=-Xb  though, done it for php already...
  By everyone says this should go off so..
 
  Regards
  On Thu, 7 Nov 2002, Larry Rosenman wrote:
 
  Date: Thu, 07 Nov 2002 10:37:36 -0600
  From: Larry Rosenman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
  Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
   [EMAIL PROTECTED]
  Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
  a
 
  It **LOOKS** right.  I'm about to double check it on 7.1.3.
 
  Olivier, is this the 7.1.1b FS Compiler?
 
  I wonder if a bug fix made it in...
 
  Wierd.
 
 
 
  --On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT
  [EMAIL PROTECTED] wrote:
 
   I see the latter in both b4 and b5!
  
   I've just relaunched my mirroring procedure and it did'nt pick another
   b4 or b5!
  
   What happens??
  
   Regards,
   On Thu, 7 Nov 2002, Tom Lane wrote:
  
   Date: Thu, 07 Nov 2002 11:26:42 -0500
   From: Tom Lane [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie
   [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
   Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report
   and a
  
   Olivier PRENANT [EMAIL PROTECTED] writes:
*WHAT??**
this directory has hust been created by de-taring
postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...
  
   Well, there's something darn weird here.  Is
   src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line
   1838, do you see
   inline int32
   ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
   or
   static inline int32
   inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind
   kind,
  
   regards, tom lane
  
  
   --
   Olivier PRENANT  Tel:+33-5-61-50-97-00 (Work)
   Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
   31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
   FRANCE  Email: [EMAIL PROTECTED]
   --
   --- - Make your life a dream, make your dream a reality. (St
   Exupery)
 
 
 
 
  --
  Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
  Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
  31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
  FRANCE  Email: [EMAIL PROTECTED]
  -
  - Make your life a dream, make your dream a reality. (St Exupery)
 
 
 

-- 
Olivier PRENANT Tel:+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
--
Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman


--On Thursday, November 07, 2002 18:02:51 +0100 Olivier PRENANT 
[EMAIL PROTECTED] wrote:

Haha!!!

It passes (b4) on 800 and not on uw 711..

Larry, should I install 800 SDK on 711?

Yes.




On Thu, 7 Nov 2002, Larry Rosenman wrote:


Date: Thu, 07 Nov 2002 10:45:13 -0600
From: Larry Rosenman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Tom Lane [EMAIL PROTECTED], Billy G. Allie [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and
a

cc -O -g -I../../../../src/include -I/usr/local/include  -c -o
tuplesort.o  tuplesort.c
UX:cc: WARNING: debugging and optimization mutually exclusive; -O
disabled

It still passes here.  I really wonder if they fixed something in the
4.1  compiler. IIRC
the 7.1.1b compiler is 4.0.

Truly wierd.

LER


--On Thursday, November 07, 2002 17:40:24 +0100 Olivier PRENANT
[EMAIL PROTECTED] wrote:

 What's FS,  it(s the 7.1.1b compiler yes.

 I don't mind having CFLAGS=-Xb  though, done it for php already...
 By everyone says this should go off so..

 Regards
 On Thu, 7 Nov 2002, Larry Rosenman wrote:

 Date: Thu, 07 Nov 2002 10:37:36 -0600
 From: Larry Rosenman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], Tom Lane [EMAIL PROTECTED]
 Cc: Billy G. Allie [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report
 and a

 It **LOOKS** right.  I'm about to double check it on 7.1.3.

 Olivier, is this the 7.1.1b FS Compiler?

 I wonder if a bug fix made it in...

 Wierd.



 --On Thursday, November 07, 2002 17:34:49 +0100 Olivier PRENANT
 [EMAIL PROTECTED] wrote:

  I see the latter in both b4 and b5!
 
  I've just relaunched my mirroring procedure and it did'nt pick
  another b4 or b5!
 
  What happens??
 
  Regards,
  On Thu, 7 Nov 2002, Tom Lane wrote:
 
  Date: Thu, 07 Nov 2002 11:26:42 -0500
  From: Tom Lane [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: Larry Rosenman [EMAIL PROTECTED], Billy G. Allie
  [EMAIL PROTECTED], [EMAIL PROTECTED],
   [EMAIL PROTECTED]
  Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report
  and a
 
  Olivier PRENANT [EMAIL PROTECTED] writes:
   *WHAT??**
   this directory has hust been created by de-taring
   postgresql-7.3b5.tar.gz from my own mirror dated nov 6 20:04...
 
  Well, there's something darn weird here.  Is
  src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line
  1838, do you see
  	inline int32
  	ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
  or
  	static inline int32
  	inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind
  	kind,
 
  			regards, tom lane
 
 
  --
  Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
  Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
  31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
  FRANCE  Email: [EMAIL PROTECTED]
  ---
  --- --- - Make your life a dream, make your dream a reality. (St
  Exupery)




 --
 Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
 Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
 31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
 FRANCE  Email: [EMAIL PROTECTED]
 --
 --- - Make your life a dream, make your dream a reality. (St
 Exupery)





--
Olivier PRENANT 	Tel:	+33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou   +33-5-61-50-97-01 (Fax)
31190 AUTERIVE  +33-6-07-63-80-64 (GSM)
FRANCE  Email: [EMAIL PROTECTED]
-
- Make your life a dream, make your dream a reality. (St Exupery)


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly




--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Peter Eisentraut
Olivier PRENANT writes:

 I don't mind having CFLAGS=-Xb  though, done it for php already...
 By everyone says this should go off so..

The idea of the platform testing is not to determine whether you can
compile PostgreSQL after performing a secret dance.  If it doesn't compile
with the default options, please don't report it as supported.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


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

http://archives.postgresql.org



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Peter Eisentraut
Bruce Momjian writes:

 I am fine with this because it only touches unixware-specific stuff,

This is an entirely new feature, so it's inappropriate to do now.  And if
we do it, we should do it for all platforms.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman


--On Thursday, November 07, 2002 22:21:56 +0100 Peter Eisentraut 
[EMAIL PROTECTED] wrote:

Olivier PRENANT writes:


I don't mind having CFLAGS=-Xb  though, done it for php already...
By everyone says this should go off so..


The idea of the platform testing is not to determine whether you can
compile PostgreSQL after performing a secret dance.  If it doesn't compile
with the default options, please don't report it as supported.

It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.  Apparently a 
compiler
fix between the 7.1.1b FS and 7.1.2.

The -Xb switch is NOT a secret dance.  It's needed for LOTS of open source 
stuff.

See the discussion from the Caldera folks last week.

Tom's fix fixed the defaults for 7.1.2+



--
Peter Eisentraut   [EMAIL PROTECTED]



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Tom Lane
Larry Rosenman [EMAIL PROTECTED] writes:
 It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.  Apparently a 
 compiler
 fix between the 7.1.1b FS and 7.1.2.

Well, this is what the REMARKS column is for in the supported-platform
list.  Seems we need a comment like for older compiler versions, you
may need to add -Xb to CFLAGS.  Can anyone provide a short and accurate
description of when to do this?

regards, tom lane

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare 
7.1.2), Including
the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS or the 
CC environment
variable.



--On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane 
[EMAIL PROTECTED] wrote:

Larry Rosenman [EMAIL PROTECTED] writes:

It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
Apparently a  compiler
fix between the 7.1.1b FS and 7.1.2.


Well, this is what the REMARKS column is for in the supported-platform
list.  Seems we need a comment like for older compiler versions, you
may need to add -Xb to CFLAGS.  Can anyone provide a short and accurate
description of when to do this?

			regards, tom lane



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Bruce Momjian

We do point to the FAQ_SCO file for specifics.  Would you send a diff
for that file?

---

Larry Rosenman wrote:
 For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare 
 7.1.2), Including
 the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS or the 
 CC environment
 variable.
 
 
 
 --On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane 
 [EMAIL PROTECTED] wrote:
 
  Larry Rosenman [EMAIL PROTECTED] writes:
  It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
  Apparently a  compiler
  fix between the 7.1.1b FS and 7.1.2.
 
  Well, this is what the REMARKS column is for in the supported-platform
  list.  Seems we need a comment like for older compiler versions, you
  may need to add -Xb to CFLAGS.  Can anyone provide a short and accurate
  description of when to do this?
 
  regards, tom lane
 
 
 -- 
 Larry Rosenman http://www.lerctr.org/~ler
 Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 
 ---(end of broadcast)---
 TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
With or withou Billie's update(s)?

(I haven't looked at them)

LER


--On Thursday, November 07, 2002 17:08:04 -0500 Bruce Momjian 
[EMAIL PROTECTED] wrote:


We do point to the FAQ_SCO file for specifics.  Would you send a diff
for that file?

-
--

Larry Rosenman wrote:

For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
7.1.2), Including
the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS or
the  CC environment
variable.



--On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane
[EMAIL PROTECTED] wrote:

 Larry Rosenman [EMAIL PROTECTED] writes:
 It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
 Apparently a  compiler
 fix between the 7.1.1b FS and 7.1.2.

 Well, this is what the REMARKS column is for in the supported-platform
 list.  Seems we need a comment like for older compiler versions, you
 may need to add -Xb to CFLAGS.  Can anyone provide a short and
 accurate description of when to do this?

 			regards, tom lane


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



--
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania
19073



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Bruce Momjian

His updates deal only with the LDLIBRARY path issue, which I think we
are keeping for 7.4:

*** ./doc/FAQ_SCO.orig  Wed Nov  6 21:35:46 2002
--- ./doc/FAQ_SCO   Wed Nov  6 21:40:44 2002
***
*** 71,76 
--- 71,79 
  
  configure --with-libs=/usr/local/lib --with-includes=/usr/local/include
  
+ You will also need to set LD_LIBRARY_PATH to '/usr/local/lib' (or add it to
+ LD_LIBRARY_PATH, if LD_LIBRARY_PATH already exists) before running config-
+ ure or the test for readline will fail.


---

Larry Rosenman wrote:
 With or withou Billie's update(s)?
 
 (I haven't looked at them)
 
 LER
 
 
 --On Thursday, November 07, 2002 17:08:04 -0500 Bruce Momjian 
 [EMAIL PROTECTED] wrote:
 
 
  We do point to the FAQ_SCO file for specifics.  Would you send a diff
  for that file?
 
  -
  --
 
  Larry Rosenman wrote:
  For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
  7.1.2), Including
  the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS or
  the  CC environment
  variable.
 
 
 
  --On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane
  [EMAIL PROTECTED] wrote:
 
   Larry Rosenman [EMAIL PROTECTED] writes:
   It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
   Apparently a  compiler
   fix between the 7.1.1b FS and 7.1.2.
  
   Well, this is what the REMARKS column is for in the supported-platform
   list.  Seems we need a comment like for older compiler versions, you
   may need to add -Xb to CFLAGS.  Can anyone provide a short and
   accurate description of when to do this?
  
regards, tom lane
 
 
  --
  Larry Rosenman http://www.lerctr.org/~ler
  Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
  US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 
  ---(end of broadcast)---
  TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly
 
 
  --
Bruce Momjian|  http://candle.pha.pa.us
[EMAIL PROTECTED]   |  (610) 359-1001
+  If your life is a hard drive, |  13 Roberts Road
+  Christ can be your backup.|  Newtown Square, Pennsylvania
  19073
 
 
 -- 
 Larry Rosenman http://www.lerctr.org/~ler
 Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
 
 
 ---(end of broadcast)---
 TIP 4: Don't 'kill -9' the postmaster
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Larry Rosenman
OK, I'll try and do up a diff to B5's tonite (probably late, my Daughter's 
elementary school honors choir has a performance tonite).

LER


--On Thursday, November 07, 2002 17:44:37 -0500 Bruce Momjian 
[EMAIL PROTECTED] wrote:


His updates deal only with the LDLIBRARY path issue, which I think we
are keeping for 7.4:

*** ./doc/FAQ_SCO.orig  Wed Nov  6 21:35:46 2002
--- ./doc/FAQ_SCO   Wed Nov  6 21:40:44 2002
***
*** 71,76 
--- 71,79 

  configure --with-libs=/usr/local/lib --with-includes=/usr/local/include

+ You will also need to set LD_LIBRARY_PATH to '/usr/local/lib' (or add
it to + LD_LIBRARY_PATH, if LD_LIBRARY_PATH already exists) before
running config- + ure or the test for readline will fail.


-
--

Larry Rosenman wrote:

With or withou Billie's update(s)?

(I haven't looked at them)

LER


--On Thursday, November 07, 2002 17:08:04 -0500 Bruce Momjian
[EMAIL PROTECTED] wrote:


 We do point to the FAQ_SCO file for specifics.  Would you send a diff
 for that file?

 --
 --- --

 Larry Rosenman wrote:
 For compilers earlier than the one released with OpenUNIX
 8.0.0(UnixWare 7.1.2), Including
 the 7.1.1b Feature Supplement, you may need to specify -Xb in CFLAGS
 or the  CC environment
 variable.



 --On Thursday, November 07, 2002 16:34:12 -0500 Tom Lane
 [EMAIL PROTECTED] wrote:

  Larry Rosenman [EMAIL PROTECTED] writes:
  It DOES compile out of the box now on 8.0.0(7.1.2) and 7.1.3.
  Apparently a  compiler
  fix between the 7.1.1b FS and 7.1.2.
 
  Well, this is what the REMARKS column is for in the
  supported-platform list.  Seems we need a comment like for older
  compiler versions, you may need to add -Xb to CFLAGS.  Can anyone
  provide a short and accurate description of when to do this?
 
  			regards, tom lane


 --
 Larry Rosenman http://www.lerctr.org/~ler
 Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
 US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


 ---(end of
 broadcast)--- TIP 3: if posting/reading
 through Usenet, please send an appropriate subscribe-nomail command
 to [EMAIL PROTECTED] so that your message can get through to
 the mailing list cleanly


 --
   Bruce Momjian|  http://candle.pha.pa.us
   [EMAIL PROTECTED]   |  (610) 359-1001
   +  If your life is a hard drive, |  13 Roberts Road
   +  Christ can be your backup.|  Newtown Square, Pennsylvania
 19073


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



--
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania
19073



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send unregister YourEmailAddressHere to [EMAIL PROTECTED])



Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a

2002-11-07 Thread Billy G. Allie
Peter Eisentraut wrote:
 Bruce Momjian writes:
 
  I am fine with this because it only touches unixware-specific stuff,
 
 This is an entirely new feature, so it's inappropriate to do now.  And if
 we do it, we should do it for all platforms.

I disagree that it's a new feature.  The code to add the -rpath (-R) option 
was already there.  My patch made it more useful in that the additional search 
libraries are now placed in the -rpath (-R) option.  As to doing it on all 
platforms, that would be a decision for the maintainers of that platforms port.
It may not be necessary for it to occur on a particular platform.  The patch 
to Makefile.global.in provides the means by which the individual ports can add 
the additional search paths.  It's up to the port maintainers to decide if 
it's needed for their port, IMHO.
-- 
   | Billy G. Allie| Domain: [EMAIL PROTECTED]
|  /|  | 7436 Hartwell | MSN...: [EMAIL PROTECTED]
|-/-|- | Dearborn, MI 48126|
|/  |LLIE  | (313) 582-1540|





msg24909/pgp0.pgp
Description: PGP signature