Re: Lessons from commit fest

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Greg Smith <gsmith(at)gregsmith(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Lessons from commit fest
Date: 2008-06-23 22:19:28
Message-ID: 200806232219.m5NMJSS09790@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


What is our plan for pgindent for 8.4? I would rather not have to bug
someone to create a list of symbols manually. I would like it to be
built on a regular basis and I can pull it from there and add it to CVS
when I run pgindent.

---------------------------------------------------------------------------

Andrew Dunstan wrote:
>
>
> Gregory Stark wrote:
> > "Andrew Dunstan" <andrew(at)dunslane(dot)net> writes:
> >
> >
> >> Tom Lane wrote:
> >>
> >>> doxygen's 200-some is clearly an order of magnitude too low, but I
> >>> wonder whether Bruce's list hasn't got some false hits ...
> >>>
> >
> > Skimming the output it does have things like "int" and "float" but presumably
> > we would know if that caused any problem, they wouldn't inflate the numbers
> > much.
> >
> >
> >> 2800 does seem a bit high. My buildfarm member dungbeetle just found 2482 on a
> >> build that is only missing the optional pam, bonjour and gssapi config options.
> >>
> >
> > The numbers going to vary heavily from OS to OS so it seems to me that these
> > are a basically the same order of magnitude.
> >
>
> It looks like Windows will blow all our existing numbers out of the
> water. Here's a list generated from Cygwin with 6088 symbols. I'm
> working on getting a similar list from MinGW.
>
> http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=brown_bat&dt=2008-04-18%20230054&stg=typedefs
>
> cheers
>
> andrew
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-06-23 22:20:09 Re: Dept of ugly hacks: eliminating padding space in system indexes
Previous Message Bruce Momjian 2008-06-23 22:12:20 Re: count(*) performance improvement ideas