Re: More pgindent bizarreness

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: More pgindent bizarreness
Дата
Msg-id 200409302023.i8UKNST00353@candle.pha.pa.us
обсуждение исходный текст
Ответ на More pgindent bizarreness  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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.

You mean here?
   void        (*compute_stats) (VacAttrStatsP stats,                                         AnalyzeAttrFetchFunc
fetchfunc,                                            int samplerows,
doubletotalrows);
 

I looked in 7.4.X CVS and I don't see this definition there so maybe it
was always weird.

Can you find a case that also had code in 7.4.X?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: CREATE INDEX speeds up query on 31 row table ...
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Bug in Beta3 with parser?