Re: [PATCHES] src/template/unixware syntax error

2004-05-14 Thread Bruce Momjian

Thanks. Applied.

---

Larry Rosenman wrote:
> The following patch removes an extraneous "then" from src/template/unixware:
> 
> 
> Index: unixware
> ===
> RCS file: /projects/cvsroot/pgsql-server/src/template/unixware,v
> retrieving revision 1.36
> diff -u -r1.36 unixware
> --- unixware  13 May 2004 15:44:05 -  1.36
> +++ unixware  14 May 2004 15:36:45 -
> @@ -1,5 +1,4 @@
>  if test "$GCC" != yes; then
> -then
># The -Kno_host is for a bug in the compiler.  See -hackers
># discussion on 7-8/Aug/2003.
>cat >conftest.c <<__EOF__
> 
> -- 
> 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

Content-Description: Patch for UnixWare

[ Attachment, skipping... ]

> 
> ---(end of broadcast)---
> TIP 6: Have you searched our list archives?
> 
>http://archives.postgresql.org

-- 
  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 8: explain analyze is your friend


[PATCHES] src/template/unixware syntax error

2004-05-14 Thread Larry Rosenman
The following patch removes an extraneous "then" from src/template/unixware:


Index: unixware
===
RCS file: /projects/cvsroot/pgsql-server/src/template/unixware,v
retrieving revision 1.36
diff -u -r1.36 unixware
--- unixware13 May 2004 15:44:05 -  1.36
+++ unixware14 May 2004 15:36:45 -
@@ -1,5 +1,4 @@
 if test "$GCC" != yes; then
-then
   # The -Kno_host is for a bug in the compiler.  See -hackers
   # discussion on 7-8/Aug/2003.
   cat >conftest.c <<__EOF__

-- 
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-6749Index: unixware
===
RCS file: /projects/cvsroot/pgsql-server/src/template/unixware,v
retrieving revision 1.36
diff -u -r1.36 unixware
--- unixware13 May 2004 15:44:05 -  1.36
+++ unixware14 May 2004 15:36:45 -
@@ -1,5 +1,4 @@
 if test "$GCC" != yes; then
-then
   # The -Kno_host is for a bug in the compiler.  See -hackers
   # discussion on 7-8/Aug/2003.
   cat >conftest.c <<__EOF__

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

   http://archives.postgresql.org