Tom Lane wrote: > I noticed that pgindent is doing weird things with function pointer > declarations; see for example what it did with AnalyzeAttrFetchFunc > and compute_stats in src/include/commands/vacuum.h. I don't recall > that it was doing this before the latest run.
Or do you mean here? typedef Datum (*AnalyzeAttrFetchFunc) (VacAttrStatsP stats, int rownum, bool *isNull); I do see -TAnalyzeAttrFetchFunc as a flag in pgindent so it knows is it is a typdef. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster