Re: [PATCH] Log crashed backend's query v2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Log crashed backend's query v2
Дата
Msg-id 3734.1317174941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] Log crashed backend's query v2  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
Florian Pflug <fgp@phlo.org> writes:
> On Sep28, 2011, at 00:19 , Marti Raudsepp wrote:
>> (I'm still not sure what "adt" means)

> I always assumed it stood for "abstract data type".

Yeah, that's what I think too.  Over time it's been used to hold most
code that is a SQL-callable function, many of which are not directly
connected to any SQL datatype.  Not sure if it's worth trying to clean
that up.

Another annoying thing is that "adt" should probably have been directly
under src/backend/ --- dropping it under utils/ seems just weird for
a category that is going to hold a ton of code.

(I had once had some hope that git would allow us to move code around
more easily, but my experiments with back-patching after code movement
have convinced me that it doesn't work any better for that than CVS.
So I'm not in favor of massive code rearrangements just to make the
source tree structure cleaner.)
        regards, tom lane


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

Предыдущее
От: "Mr. Aaron W. Swenson"
Дата:
Сообщение: Re: pg_upgrade - add config directory setting
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Online base backup from the hot-standby