Re: what's the meaning of the word "Tioga" in source - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: what's the meaning of the word "Tioga" in source
Date
Msg-id Pine.LNX.4.30.0202101242260.683-100000@peter.localdomain
Whole thread Raw
In response to Re: what's the meaning of the word "Tioga" in source  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: what's the meaning of the word "Tioga" in source  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Frank Joerdens
Date:
Subject: Re: Helpdesk app on Postgresql and PHP?
Next
From: "Dean@TMDT"
Date:
Subject: I can't find any build-in fucntions, aggregates, etc...