| From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
|---|---|
| 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>, Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Subject: | Re: what's the meaning of the word "Tioga" in source |
| Date: | 2002-02-10 16:44:24 |
| Message-ID: | 20020210124310.K88323-100000@earth.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Ummm:
http://citeseer.nj.nec.com/2143.html
Tioga: A Database-Oriented Visualization Tool
On Sun, 10 Feb 2002, Tom Lane wrote:
> Weiping He <laser(at)zhengmai(dot)com(dot)cn> writes:
> > I'm translating those backend NLS strings, but I can't figure out
> > what's the meaning of the word "recipe" (I guess it's not the normal
> > meaning),
> > searching through the source, I found that they belong to
> > backend/tioga/tgRecipe.c,
> > but the source didn't give me any help, so ask here:
> > what's the meaning of the wrod "tioga", I think it's a abbreviation,
> > right?
>
> It's just an old Berkeley project name without any particular meaning.
>
> More to the point: the tioga code is all dead and unlikely to be
> resurrected, as is everything to do with recipes in the backend.
> You don't need to worry about translating anything that comes out
> of that code.
>
> 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/
> as well as anything inside #ifdef NOT_USED. Dunno how difficult that
> is with the gettext tools, though.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Francisco Reyes | 2002-02-10 17:28:58 | Helpdesk app on Postgresql and PHP? |
| Previous Message | Tom Lane | 2002-02-10 16:43:25 | Re: Solaris Performance |