Re: [PATCHES] [BUGS] (Modified) Patch request for PostgreSQL 7.4 for HP-UX IA-64

2003-12-23 Thread Tom Lane
ViSolve Open Source Team [EMAIL PROTECTED] writes: this is a modified and more focussed patch request for PostgreSQL for for H= P-UX 11i V2 for the Intel Itanium architecture (known to the PostgreSQL code as IA-64).=20 I looked into applying the TAS part of this patch now that Bruce has

Re: [PATCHES] [BUGS] (Modified) Patch request for PostgreSQL 7.4 for HP-UX IA-64

2003-12-09 Thread ViSolve Open Source Team
Bruce, Thanks for the comments/questions. A couple of pointsin response: 1. About the #if defined (_HP_aCC) || defined (_HP_cc) We agree. That line can go. 2. About the TMPFILE definition change from .c to .h: Unfortunately, the -V option does not workthe same wayacross HP compilers

Re: [PATCHES] [BUGS] (Modified) Patch request for PostgreSQL 7.4

2003-12-09 Thread Andrew Dunstan
It just struck me that *maybe* a portable solution would be to put the awk output inside genbki.sh in a .h file and then #include it in a one line .c file which is passed to the preprocessor. Would that keep the (strange) HP compiler happy? cheers andrew ViSolve Open Source Team wrote: **

Re: [PATCHES] [BUGS] (Modified) Patch request for PostgreSQL 7.4 for

2003-12-09 Thread Bruce Momjian
ViSolve Open Source Team wrote: Bruce, Thanks for the comments/questions. A couple of points in response: 1. About the #if defined (_HP_aCC) || defined (_HP_cc) We agree. That line can go. OK. 2. About the TMPFILE definition change from .c to .h: Unfortunately, the -V option

Re: [PATCHES] [BUGS] (Modified) Patch request for PostgreSQL 7.4 for HP-UX IA-64

2003-11-29 Thread Bruce Momjian
ViSolve Open Source Team wrote: Subject: PostgreSQL Patch: Modified Test-and-set routine for HP-UX (IA-64) specifically for the HP-C compiler With reference to Tom Lane's response to our previous patch request (at http://archives.postgresql.org/pgsql-bugs/2003-10/msg00149.php) this is a