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

2004-01-02 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: ViSolve Open Source Team writes: 2. genbki.sh: a one-line change that fixes a string concatenation problem with the HP-C compiler (specific to included .c files). You're doing this: -TMPFILE=$TMPDIR/genbkitmp$$.c +TMPFILE=$TMPDIR/genbkitmp$$.h

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

2003-11-25 Thread Peter Eisentraut
ViSolve Open Source Team writes: 1. s_lock.h: modified with inline tas code for the HP-C compiler What is this line all about? +#if defined(__HP_aCC) || defined(__HP_cc) There are no other compilers supported, so this seems redundant. 2. genbki.sh: a one-line change that fixes a string