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/include/nodes | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/execnodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/makefuncs.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/memnodes.h | 8 | ||||
| -rw-r--r-- | src/include/nodes/nodeFuncs.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/nodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/params.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/parsenodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/pg_list.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/plannodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/primnodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/print.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/readfuncs.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/relation.h | 4 |
13 files changed, 28 insertions, 28 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 45625c62e7b..0c0f86993bb 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * execnodes.h-- + * execnodes.h * definitions for executor state nodes * * * Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.23 1999/02/07 16:17:14 wieck Exp $ + * $Id: execnodes.h,v 1.24 1999/02/13 23:21:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 6a2d7be7265..ae60e5f5d11 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * makefuncs.h-- + * makefuncs.h * prototypes for the creator functions (for primitive nodes) * * * Copyright (c) 1994, Regents of the University of California * - * $Id: makefuncs.h,v 1.15 1998/10/01 22:51:22 momjian Exp $ + * $Id: makefuncs.h,v 1.16 1999/02/13 23:21:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index 4be4fe42620..0bd7f9266ae 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * memnodes.h-- + * memnodes.h * POSTGRES memory context node definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: memnodes.h,v 1.9 1999/02/06 16:50:30 wieck Exp $ + * $Id: memnodes.h,v 1.10 1999/02/13 23:21:38 momjian Exp $ * * XXX the typedefs in this file are different from the other ???nodes.h; * they are pointers to structures instead of the structures themselves. @@ -23,7 +23,7 @@ #include <nodes/nodes.h> /* - * MemoryContext -- + * MemoryContext * A logical context in which memory allocations occur. * * The types of memory contexts can be thought of as members of the @@ -91,7 +91,7 @@ typedef struct PortalHeapMemoryData } *PortalHeapMemory; /* - * MemoryContextIsValid -- + * MemoryContextIsValid * True iff memory context is valid. */ #define MemoryContextIsValid(context) \ diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h index d7c1b2f696b..da59725063a 100644 --- a/src/include/nodes/nodeFuncs.h +++ b/src/include/nodes/nodeFuncs.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * nodeFuncs.h-- + * nodeFuncs.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeFuncs.h,v 1.7 1998/09/01 04:36:40 momjian Exp $ + * $Id: nodeFuncs.h,v 1.8 1999/02/13 23:21:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 0e05ec63a2e..65733ce7f41 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * nodes.h-- + * nodes.h * Definitions for tagged nodes. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.42 1999/02/12 06:43:45 momjian Exp $ + * $Id: nodes.h,v 1.43 1999/02/13 23:21:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h index 7d883135309..8d6a9a2eb65 100644 --- a/src/include/nodes/params.h +++ b/src/include/nodes/params.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * params.h-- + * params.h * Declarations/definitions of stuff needed to handle parameterized plans. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: params.h,v 1.9 1998/09/01 04:36:42 momjian Exp $ + * $Id: params.h,v 1.10 1999/02/13 23:21:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 116476c876f..384a5028f14 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * parsenodes.h-- + * parsenodes.h * definitions for parse tree nodes * * * Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.69 1999/02/02 03:45:21 momjian Exp $ + * $Id: parsenodes.h,v 1.70 1999/02/13 23:21:39 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h index 96e721bbf4a..56296747380 100644 --- a/src/include/nodes/pg_list.h +++ b/src/include/nodes/pg_list.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * pg_list.h-- + * pg_list.h * POSTGRES generic list package * * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_list.h,v 1.9 1998/09/01 04:36:44 momjian Exp $ + * $Id: pg_list.h,v 1.10 1999/02/13 23:21:39 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index a54b8e0a96c..40883fa7a86 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * plannodes.h-- + * plannodes.h * definitions for query plan nodes * * * Copyright (c) 1994, Regents of the University of California * - * $Id: plannodes.h,v 1.21 1999/02/09 17:03:12 momjian Exp $ + * $Id: plannodes.h,v 1.22 1999/02/13 23:21:40 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index c56c3bebf9b..981bd61f32c 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * primnodes.h-- + * primnodes.h * Definitions for parse tree/query tree ("primitive") nodes. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: primnodes.h,v 1.24 1999/01/24 00:28:34 momjian Exp $ + * $Id: primnodes.h,v 1.25 1999/02/13 23:21:40 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 643d651170f..708394e0e1d 100644 --- a/src/include/nodes/print.h +++ b/src/include/nodes/print.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * execnodes.h-- + * execnodes.h * definitions for executor state nodes * * * Copyright (c) 1994, Regents of the University of California * - * $Id: print.h,v 1.9 1999/02/10 03:52:49 momjian Exp $ + * $Id: print.h,v 1.10 1999/02/13 23:21:41 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h index abb1b57eb2b..035c14e6b53 100644 --- a/src/include/nodes/readfuncs.h +++ b/src/include/nodes/readfuncs.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * readfuncs.h-- + * readfuncs.h * header file for read.c and readfuncs.c. These functions are internal * to the stringToNode interface and should not be used by anyone else. * * Copyright (c) 1994, Regents of the University of California * - * $Id: readfuncs.h,v 1.6 1998/09/01 04:36:49 momjian Exp $ + * $Id: readfuncs.h,v 1.7 1999/02/13 23:21:41 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 80930a23c5b..f3f08f8efa6 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * relation.h-- + * relation.h * Definitions for internal planner nodes. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: relation.h,v 1.22 1999/02/12 17:24:59 momjian Exp $ + * $Id: relation.h,v 1.23 1999/02/13 23:21:42 momjian Exp $ * *------------------------------------------------------------------------- */ |
