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/tcop | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/fastpath.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/pquery.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/tcopdebug.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/tcopprot.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/utility.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 0b5a80908be..941e913eaae 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * dest.h-- + * dest.h * Whenever the backend executes a query, the results * have to go someplace - either to the standard output, * to a local portal buffer or to a remote portal buffer. @@ -44,7 +44,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.17 1999/01/27 00:36:08 tgl Exp $ + * $Id: dest.h,v 1.18 1999/02/13 23:22:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index c94a11570da..09d111102fc 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * fastpath.h-- + * fastpath.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.4 1998/09/01 04:38:41 momjian Exp $ + * $Id: fastpath.h,v 1.5 1999/02/13 23:22:12 momjian Exp $ * * NOTES * This information pulled out of tcop/fastpath.c and put diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 4ac96b7495f..5c783d50142 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * pquery.h-- + * pquery.h * prototypes for pquery.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.11 1998/09/01 04:38:43 momjian Exp $ + * $Id: pquery.h,v 1.12 1999/02/13 23:22:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index c1c631b0d64..d24fbdb753f 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * tcopdebug.h-- + * tcopdebug.h * #defines governing debugging behaviour in the traffic cop * * * Copyright (c) 1994, Regents of the University of California * - * $Id: tcopdebug.h,v 1.3 1998/09/01 04:38:44 momjian Exp $ + * $Id: tcopdebug.h,v 1.4 1999/02/13 23:22:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index b4356030bee..b9f033ad72e 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * tcopprot.h-- + * tcopprot.h * prototypes for postgres.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.16 1998/09/01 04:38:45 momjian Exp $ + * $Id: tcopprot.h,v 1.17 1999/02/13 23:22:13 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index bd5556c46b4..8baffbeb2c4 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * utility.h-- + * utility.h * prototypes for utility.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.6 1998/09/01 04:38:47 momjian Exp $ + * $Id: utility.h,v 1.7 1999/02/13 23:22:13 momjian Exp $ * *------------------------------------------------------------------------- */ |
