Re: It seems no Windows buildfarm members are running find_typedefs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: It seems no Windows buildfarm members are running find_typedefs
Date: 2014-04-03 04:17:27
Message-ID: 3638.1396498647@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Thanks for the tips. The attached patch against buildfarm 4.11 seems
> to work, cf
> http://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=dromedary&dt=2014-04-03%2003%3A33%3A16&stg=typedefs

BTW, after looking a bit more closely at what this added to the typedefs
list, I realize that this mechanism also collects typedefs that appear in
files that are compiled but never installed, for example src/timezone/zic
and the ecpg regression tests. This seems like a Good Thing, since
certainly pgindent is going to hit the source files for those programs
too. I wonder if we ought to switch over to scanning the .o files on
all platforms?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2014-04-03 04:33:20 Re: a fast bloat measurement tool
Previous Message Tom Lane 2014-04-03 04:01:55 Re: It seems no Windows buildfarm members are running find_typedefs