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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Weiping He <laser(at)zhengmai(dot)com(dot)cn>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: what's the meaning of the word "Tioga" in source
Date: 2002-02-10 17:44:54
Message-ID: Pine.LNX.4.30.0202101242260.683-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2002-02-10 17:45:52 Re: another "EXPLAIN -- NO INDEX?" question
Previous Message Frank Joerdens 2002-02-10 17:41:22 Re: Helpdesk app on Postgresql and PHP?