Re: pgindent run coming - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pgindent run coming
Date
Msg-id 200906101343.n5ADhhS12257@momjian.us
Whole thread Raw
In response to Re: pgindent run coming  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgindent run coming  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
> > OK, Andrew, would you use the find_typedef file that is in CVS HEAD and
> > run that.  I think that will fix our problem and then I can use the
> > buildfarm version.   How often does that run and does it pull the script
> > from CVS HEAD?
> >
> >
>
> The buildfarm does not run the find-typedefs script. Its code for this
> is below. My Unix machine runs this once a day. I can do runs on Windows
> and Cygwin manually.
>
> If there is changed logic tell me what it is and I'll try to get it done.

Yes, please make the attached change, and rerun the script.  This change
reflects the changes I made in src/tools/find_typedef.

What value is there if the URL I have just runs on Linux?  It probably
has the same coverage I have for BSD.  I asked for something that was
automated for more platforms a year ago and I still don't have it?  I
might as well just use the same method I have have used for years.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +
*** ./script.pl.orig    Wed Jun 10 09:39:27 2009
--- ./script.pl    Wed Jun 10 09:39:39 2009
***************
*** 30,36 ****
  {
  @flds = split;
  next if (@flds < 7);
! next if ($flds[1] ne 'LSYM' || $flds[6] !~ /([^:]+):[tT]/);
  $syms{$1} =1;
  }
  }
--- 30,36 ----
  {
  @flds = split;
  next if (@flds < 7);
! next if ($flds[1] ne 'LSYM' || $flds[6] !~ /([^:]+):t/);
  $syms{$1} =1;
  }
  }

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: page is uninitialized --- fixing
Next
From: Tom Lane
Date:
Subject: Re: pgindent run coming