diff options
author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
commit | 6724a5078748946b8150700125571b6ea62feca8 (patch) | |
tree | a7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/backend/tioga | |
parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/backend/tioga')
-rw-r--r-- | src/backend/tioga/Varray.c | 2 | ||||
-rw-r--r-- | src/backend/tioga/tgRecipe.c | 4 | ||||
-rw-r--r-- | src/backend/tioga/tgRecipe.h | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/tioga/Varray.c b/src/backend/tioga/Varray.c index 3a8ca434625..944b7766d8a 100644 --- a/src/backend/tioga/Varray.c +++ b/src/backend/tioga/Varray.c @@ -1,6 +1,6 @@ /* ************************************************************************ * - * Varray.c -- + * Varray.c * * routines to provide a generic set of functions to handle variable sized * arrays. originally by Jiang Wu diff --git a/src/backend/tioga/tgRecipe.c b/src/backend/tioga/tgRecipe.c index 0b0e9fa1872..855665159b6 100644 --- a/src/backend/tioga/tgRecipe.c +++ b/src/backend/tioga/tgRecipe.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * tgRecipe.c-- + * tgRecipe.c * Tioga recipe-related definitions * these functions can be used in both the frontend and the * backend @@ -11,7 +11,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.10 1998/09/01 04:32:20 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.11 1999/02/13 23:18:53 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/backend/tioga/tgRecipe.h b/src/backend/tioga/tgRecipe.h index b344bbaba98..70ed561c0ec 100644 --- a/src/backend/tioga/tgRecipe.h +++ b/src/backend/tioga/tgRecipe.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * tgRecipe.h-- + * tgRecipe.h * Tioga recipe-related definitions and declarations * these functions can be used in both the frontend and the * backend @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tgRecipe.h,v 1.7 1998/09/01 04:32:21 momjian Exp $ + * $Id: tgRecipe.h,v 1.8 1999/02/13 23:18:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -114,7 +114,7 @@ typedef struct _tgrecipe { TgElement elmValue; /* "inherits" TgElement attributes. */ Arr_TgNodePtr *allNodes; /* array of all nodes for this recipe. */ - Arr_TgNodePtr *rootNodes; /* array of root nodes for this recipe. -- + Arr_TgNodePtr *rootNodes; /* array of root nodes for this recipe. * root nodes are nodes with no parents */ Arr_TgNodePtr *eyes; /* array of pointers for the browser nodes * recipe, execution of recipe starts by |