Re: [HACKERS] backend/parser compile prob

2003-07-19 Thread itojun
Answer is: a broken flex 2.5.4. There were some commits to NetBSD flex to
use bounded strings. Using 13th July flex source builds a happy PostgreSQL.
Now to track down which bit broke - anyway, not a PostgreSQL problem :-)

could you try usr.bin/lex/initscan.c revision 1.16?

itojun

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [HACKERS] backend/parser compile prob

2003-07-19 Thread itojun
  could you try lex/scan.l 1.13 i just committed?
Yes, that fixed it!

tnx for reporting!

itojun

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [HACKERS] IPv6 datatype patch

2003-06-30 Thread itojun
  ftp://ftp.kame.net/pub/kame/misc/
  has IPv6 datatype patch (makes inet type handle both IPv4 and IPv6)
  for 7.3.2.  let me know how i can proceed/help.

There already is a patch in cvs head that does the same except it
doesn't handle the scope.

It would probably be useful to look at the other differences.

that's good to hear!  tnx.

itojun

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[HACKERS] IPv6 datatype patch

2003-06-28 Thread itojun
ftp://ftp.kame.net/pub/kame/misc/
has IPv6 datatype patch (makes inet type handle both IPv4 and IPv6)
for 7.3.2.  let me know how i can proceed/help.

itojun

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html