Re: Lessons from commit fest

From: Aidan Van Dyk <aidan(at)highrise(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, Chris Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Lessons from commit fest
Date: 2008-04-18 00:26:58
Message-ID: 20080418002658.GS27179@yugib.highrise.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [080417 20:11]:

> > 3) How would this work with typedefs which come from system or library
> > includes?
>
> Ouch, that's a real good point. Maybe a certain amount of platform
> dependence is inevitable.

I don't get it. If they are used as typedefs *anywhere* in the PG
source, they're needed in the typedef list. If they are not used in
the PG source, they aren't needed in the typedef list.

--
Aidan Van Dyk Create like a god,
aidan(at)highrise(dot)ca command like a king,
http://www.highrise.ca/ work like a slave.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Decibel! 2008-04-18 00:28:51 Re: Cross-field statistics
Previous Message Tom Lane 2008-04-18 00:23:58 Re: pgsql: Fix a couple of oversights associated with the "physical tlist"