Bruce Momjian <br...@momjian.us> writes:
> I saw a few odd things.  Most importantly, it seems 'stat' was
> introduced as a typedef on _both_ lists, yielding weird changes like:

The standard headers do define "struct stat".  I wonder whether the
objdump kluge we are using is unable to distinguish typedef names
from struct tags.

> I will have to research this further tomorrow.

We don't have a lot of time for research.  Maybe the best thing is to
just manually remove stat from the typedef list (along with anything
else that clearly shouldn't be there)?

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to