Re: what's the meaning of the word "Tioga" in source

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: what's the meaning of the word "Tioga" in source
Дата
Msg-id Pine.LNX.4.30.0202101242260.683-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: what's the meaning of the word "Tioga" in source  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: what's the meaning of the word "Tioga" in source
Список pgsql-general
Tom Lane writes:

> Peter: it'd be a good idea to suppress gathering NLS messages out of
>     src/backend/commands/_deadcode/
>     src/backend/executor/_deadcode/
>     src/backend/optimizer/path/_deadcode/
>     src/backend/tioga/

Or we could just remove those files.

> as well as anything inside #ifdef NOT_USED.  Dunno how difficult that
> is with the gettext tools, though.

It's not possible to deal with preprocessor macros.  We know that NOT_USED
will never be activated, but any other conditional might be a compile-time
decision, so each branch needs to be considered.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: Helpdesk app on Postgresql and PHP?
Следующее
От: "Dean@TMDT"
Дата:
Сообщение: I can't find any build-in fucntions, aggregates, etc...