Re: [PATCHES] pgsql-7.3.3: Build process not SMP clean

2003-07-29 Thread Tom Lane
Andreas Haumer <[EMAIL PROTECTED]> writes: > But genbki.sh is not SMP safe: it uses a temporary file > TMPFILE="$TMPDIR/genbkitmp.c" Good catch. Applied for 7.4 --- thanks! regards, tom lane ---(end of broadcast)--- TIP 7:

[PATCHES] pgsql-7.3.3: Build process not SMP clean

2003-07-29 Thread Andreas Haumer
Hi! There is a small bug in PostgreSQL 7.3.3 which makes the build process fail sometimes on SMP machines with "make -j n" (n>1) Ths problem is in the src/backend/catalog/genbki.sh script, which gets executed twice during the build process. On SMP machines, and with "make -j", chances are high th