Patches for AIX builds..

From: Rick Flower <Richard(dot)Flower(at)quest(dot)com>
To: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: Patches for AIX builds..
Date: 2002-01-12 01:45:06
Message-ID: 997788F049EED311BC3500508BA392C902D556A1@qex3.quest.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi.. (hopefully this didn't get MIME'ized/HTML'ized by Outlook 2k!)

I picked up the latest CVS snapshot this afternoon and have made some
changes
that were necessary for building PostgreSQL on AIX 4.33 using the VisualAge
C++
compiler (version 5). I'm not sure if my format for diff's is proper, but
I'll
do it in what I *think* is correct.. These are the output from using "cvs
diff"
All of the changes are very short :

-- Rick

Index: src/Makefile.shlib
===================================================================
RCS file: /projects/cvsroot/pgsql/src/Makefile.shlib,v
retrieving revision 1.56
diff -r1.56 Makefile.shlib
323c323
< $(COMPILER) -Wl,-H512 -Wl,-bM:SRE
-Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
-Wl,-bE:lib$(NAME)$(EXPSUFF) -o $@ $< $(LDFLAGS) $(SHLIB_LINK) $(LDFLAGS_SL)
---
> $(COMPILER) -Wl,-H512 -Wl,-bM:SRE
-Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
-Wl,-bE:lib$(NAME)$(EXPSUFF) -o $@ $< $(LDFLAGS) $(SHLIB_LINK) -brtl
$(LDFLAGS_SL)

Index: src/interfaces/odbc/misc.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/interfaces/odbc/misc.c,v
retrieving revision 1.26
diff -r1.26 misc.c
19a20
> #include <stdlib.h>

Index: src/interfaces/odbc/statement.h
===================================================================
RCS file: /projects/cvsroot/pgsql/src/interfaces/odbc/statement.h,v
retrieving revision 1.33
diff -r1.33 statement.h
105c105
< STMT_PARSE_FATAL,
---
> STMT_PARSE_FATAL
113c113
< STMT_FETCH_EXTENDED,
---
> STMT_FETCH_EXTENDED

Index: src/template/aix
===================================================================
RCS file: /projects/cvsroot/pgsql/src/template/aix,v
retrieving revision 1.9
diff -r1.9 aix
4c4
< CFLAGS='-O2 -qmaxmem=16384 -qsrcmsg -qlonglong'
---
> CFLAGS='-O2 -qchars=signed -qmaxmem=16384 -qsrcmsg -qlonglong'

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Sabino Mullane 2002-01-12 22:09:42 Re: doc/src/FAQ/FAQ.html changes
Previous Message Tom Lane 2002-01-11 18:36:19 Re: libpq seed PRNG for SSL support