Re: No bison and NAMEDATALEN > 31: initdb failure?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Barwick <barwick(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: No bison and NAMEDATALEN > 31: initdb failure?
Date: 2002-07-29 22:23:28
Message-ID: 18846.1027981408@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ian Barwick <barwick(at)gmx(dot)net> writes:
> - Does src/include/postgres_ext.h count as a parser definition file?

No, it doesn't. Your experience sounds like you may have neglected to
do a full rebuild after altering NAMEDATALEN. (By default, we don't
compute object-file dependencies, so it's up to you to do "make clean"
after changing fundamental parameters.) It's unlikely that installing
Bison per se affected anything --- unless possibly you had corrupted
copies of gram.c etc.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Deasey 2002-07-30 00:27:40 Re: Why is MySQL more chosen over PostgreSQL
Previous Message Bruce Momjian 2002-07-29 22:21:42 Re: That CREATE OPERATOR CLASS patch