Re: [BUGS] incompatible return type for netmask(inet) function between 7.0.3 and 7.1

2001-04-24 Thread Vadim I. Passynkov
Justin Clift wrote: > For 7.0.3 I already found solution for this problem, thanks. I ask now about why logical same functions host(inet) and netmask(inet) return different types ? > Hi Vadim, > > I don't know if this is of any help, but it might be... > > With PostgreSQL 7.0.x, there was a bu

Re: [BUGS] pg_regress hangs on parallel test

2001-04-24 Thread Peter Eisentraut
> Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 2 > pg_regress hangs on parallel test > > Long Description > HPUX 10.20 > postgreSQL 7.1 FAQ_HPUX #5 -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)-

Re: [BUGS] incompatible return type for netmask(inet) function between 7.0.3 and 7.1

2001-04-24 Thread Justin Clift
Hi Vadim, I don't know if this is of any help, but it might be... With PostgreSQL 7.0.x, there was a bug with the way inet type data was being returned. It was being given out as text, but with spaces used for padding stuck on the end of the string. i.e. '192.168.1.1 ' This was fixed in

[BUGS] build of PL/Perl cannot find include files.

2001-04-24 Thread pgsql-bugs
Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description build of PL/Perl cannot find include files. Long Description HPUX 10.20 PostgreSQL 7.1 native compiler A build that includes PL/Perl fails with : gmake[1]: Enterin

Re: [BUGS] 7.1 Build fails with Bash and CDPATH

2001-04-24 Thread Bruce Momjian
I think we just patched this yesterday in CVS. > Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > 7.1 Build fails with Bash and CDPATH > > Long Description > If using Bash with CDPATH set, the build of 7.1

[BUGS] pg_regress hangs on parallel test

2001-04-24 Thread pgsql-bugs
Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description pg_regress hangs on parallel test Long Description HPUX 10.20 postgreSQL 7.1 pg_regress hangs on the second set of parallel tests. It never finishes (waited an hou

[BUGS] incompatible return type for netmask(inet) function between 7.0.3 and 7.1

2001-04-24 Thread pgsql-bugs
Vadim Passynkov ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description incompatible return type for netmask(inet) function between 7.0.3 and 7.1 Long Description Function netmask(inet) change return type from 7.0.3 to 7.1 In 7.0.3 ret

[BUGS] 7.1 Build fails with Bash and CDPATH

2001-04-24 Thread pgsql-bugs
Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description 7.1 Build fails with Bash and CDPATH Long Description If using Bash with CDPATH set, the build of 7.1 fails with the following messages: gmake[2]: Entering director

Re: [BUGS] postgres.h missing

2001-04-24 Thread Tom Lane
[EMAIL PROTECTED] writes: > (BTW php4 is patched in CVS to include postgres_fe.h instead of postgres.h). PHP *should* have been patched to not include either one. If they didn't get it right yet, would you rattle their cage a little more? regards, tom lane -

[BUGS] postgres.h missing

2001-04-24 Thread pgsql-bugs
Darren Cook ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description postgres.h missing Long Description include/postgres.h is no longer there. php4 tries to include it, so now fails to compile. postgres_fe.h says: * This should be t