From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Second try committing the path changes. |
Date: | 2006-08-30 16:48:55 |
Message-ID: | 60y7t6yxs8.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
meskes(at)postgresql(dot)org (Michael Meskes) writes:
> On Tue, Aug 29, 2006 at 03:35:14PM -0500, Jaime Casanova wrote:
>> >Ah. So this would have caused a bunch of problems in compiling
>> >src/interfaces/ecpg/test/connect/test1.pgc???
>
> Not the compilation errors I would think.
>
>> i'm seeing this error when compiling HEAD (updated at ago 29 15:16)
>> ...
>
> This looks like you're using an old version of the parser. preproc.y was
> changed to handle empty database names and the the error you report is
> due to an empty db name.
I think the problem is that the latest version of preproc.c isn't
based on that version of preproc.y (or perhaps similarly with pgc.l/pgc.c).
If I touch preproc.y and pgc.l, the .c files get regenerated, and all
is well.
If I don't, they get left alone, and I see compilation errors.
It seems to me you need to rebuild the C files and commit them.
--
select 'cbbrowne' || '@' || 'ntlug.org';
http://www3.sympatico.ca/cbbrowne/lsf.html
When I die, I'd like to go peacefully in my sleep like my grandfather,
not screaming in terror like his passengers...
From | Date | Subject | |
---|---|---|---|
Next Message | User Turnstep | 2006-08-30 16:56:01 | press - pr: Vote for NY, minor formatting. |
Previous Message | User Aglio | 2006-08-30 16:17:40 | press - pr: Added first draft of 8.2 release |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2006-08-30 16:50:37 | Re: [HACKERS] Updatable views |
Previous Message | Victor B. Wagner | 2006-08-30 16:31:59 | Re: Backend SSL configuration enhancement |