Re: [QUESTIONS] Snapshot has not compiled in a couple of days
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Stan Brown <stanb@awod.com>
Cc: Postgres Hackers List <hackers@postgresql.org>
Date: 1998-02-25T02:39:21Z
Lists: pgsql-hackers
> Is anyone aware that the last 2 or 3 days of snapshots will not
> compile?
>
> The problem is in the ecpq stuff. There is a duplicate def of S_SIGNED.
> Cab we fix this, so I can test the compile on HPUX?
My cvs tree from 980223 03:00 UTC (about 24 hours ago) compiled to completion, but
I do see a duplicate definition of S_SIGNED in preproc.y. Remove that symbol from
line 234 of that file and try again.
- Tom