Patches for AIX builds.. - Mailing list pgsql-patches

From Rick Flower
Subject Patches for AIX builds..
Date
Msg-id 997788F049EED311BC3500508BA392C902D556A1@qex3.quest.com
Whole thread Raw
Responses Re: Patches for AIX builds..  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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'

pgsql-patches by date:

Previous
From: Justin Clift
Date:
Subject: Re: Search page needs "patches"
Next
From: Antonello Nocchi
Date:
Subject: Locale support for postgresql regex (src)