Error in nodes/parse_node.h - Mailing list pgsql-hackers

From darrenk@insightdist.com (Darren King)
Subject Error in nodes/parse_node.h
Date
Msg-id 9801291538.AA21766@ceodev
Whole thread Raw
Responses Re: [HACKERS] Error in nodes/parse_node.h  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Compile of this mornings snapshot fails in parse_node.h.

The typedef of ParseState is missing the variable name
for the first member...only has "struct ParseState;".

Any quick fix?

darrenk

pgsql-hackers by date:

Previous
From: Brook Milligan
Date:
Subject: Re: [HACKERS] postmaster crash and .s.pgsql file
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [QUESTIONS] select date('now'::datetime+'30 day'::timespan)