| From: | Don Baccus <dhogaza(at)pacifier(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | building current sources |
| Date: | 2000-11-20 16:07:52 |
| Message-ID: | 3.0.1.32.20001120080752.020f4330@mail.pacifier.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
After reading Vadim's note stating the WAL is enabled by default,
I downloaded sources from CVS to rebuild the latest version.
There are errors in ecpg's preproc.y grammar that weren't there
in the CVS sources I built yesterday.
The two rules "createdb_opt_item" and "createdb_opt_list" aren't
declared as type string at the front of the file, so bison gets
upset.
Two other rules, "createdb_opt_encoding" and "createdb_opt_location"
were declared as type string but never defined as rules. Bison
doesn't like that, either.
The first clause for rule CreatedbStmt references a sixth item that
doesn't exist in the definition.
I've cleaned these up locally (though I just removed the $6 mentioned
last because I have no idea what was intended) so I can compile. Someone
should clean up the CVS sources...
- Don Baccus, Portland OR <dhogaza(at)pacifier(dot)com>
Nature photos, on-line guides, Pacific Northwest
Rare Bird Alert Service and other goodies at
http://donb.photo.net.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-11-20 16:14:14 | Re: pl/pgsql slowness |
| Previous Message | Tom Lane | 2000-11-20 15:51:09 | Re: Table/Column Constraints |