aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/async.h4
-rw-r--r--src/include/commands/cluster.h4
-rw-r--r--src/include/commands/command.h10
-rw-r--r--src/include/commands/copy.h4
-rw-r--r--src/include/commands/creatinh.h4
-rw-r--r--src/include/commands/dbcommands.h4
-rw-r--r--src/include/commands/defrem.h4
-rw-r--r--src/include/commands/explain.h4
-rw-r--r--src/include/commands/proclang.h2
-rw-r--r--src/include/commands/recipe.h4
-rw-r--r--src/include/commands/rename.h4
-rw-r--r--src/include/commands/sequence.h2
-rw-r--r--src/include/commands/trigger.h2
-rw-r--r--src/include/commands/user.h2
-rw-r--r--src/include/commands/vacuum.h4
-rw-r--r--src/include/commands/version.h4
-rw-r--r--src/include/commands/view.h4
17 files changed, 33 insertions, 33 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index 5494b0f6c7e..c6cd74aec42 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
- * async.h--
+ * async.h
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.10 1998/10/06 02:40:08 tgl Exp $
+ * $Id: async.h,v 1.11 1999/02/13 23:21:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index ece07382e6a..6f116b882dc 100644
--- a/src/include/commands/cluster.h
+++ b/src/include/commands/cluster.h
@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
- * cluster.h--
+ * cluster.h
* header file for postgres cluster command stuff
*
* Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: cluster.h,v 1.6 1998/09/01 04:35:23 momjian Exp $
+ * $Id: cluster.h,v 1.7 1999/02/13 23:21:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 8d2d065351e..8929363aa2c 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * command.h--
+ * command.h
* prototypes for command.c.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.11 1998/12/18 09:09:52 vadim Exp $
+ * $Id: command.h,v 1.12 1999/02/13 23:21:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@
extern MemoryContext PortalExecutorHeapMemory;
/*
- * PerformPortalFetch --
+ * PerformPortalFetch
* Performs the POSTQUEL function FETCH. Fetches count (or all if 0)
* tuples in portal with name in the forward direction iff goForward.
*
@@ -30,7 +30,7 @@ extern void PerformPortalFetch(char *name, bool forward, int count,
char *tag, CommandDest dest);
/*
- * PerformPortalClose --
+ * PerformPortalClose
* Performs the POSTQUEL function CLOSE.
*/
extern void PerformPortalClose(char *name, CommandDest dest);
@@ -38,7 +38,7 @@ extern void PerformPortalClose(char *name, CommandDest dest);
extern void PortalCleanup(Portal portal);
/*
- * PerformAddAttribute --
+ * PerformAddAttribute
* Performs the POSTQUEL function ADD.
*/
extern void PerformAddAttribute(char *relationName, char *userName,
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index 16254a33ad3..5e4dc4f3d38 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * copy.h--
+ * copy.h
* Definitions for using the POSTGRES copy command.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.4 1998/09/01 04:35:26 momjian Exp $
+ * $Id: copy.h,v 1.5 1999/02/13 23:21:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h
index a80e7547000..60b5ae0d044 100644
--- a/src/include/commands/creatinh.h
+++ b/src/include/commands/creatinh.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * creatinh.h--
+ * creatinh.h
* prototypes for creatinh.c.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: creatinh.h,v 1.8 1998/09/01 04:35:27 momjian Exp $
+ * $Id: creatinh.h,v 1.9 1999/02/13 23:21:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index d55f45cbfea..846309ac84e 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * dbcommands.h--
+ * dbcommands.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.6 1998/09/01 04:35:29 momjian Exp $
+ * $Id: dbcommands.h,v 1.7 1999/02/13 23:21:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index f5867bd3fa4..5932ab43a22 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * defrem.h--
+ * defrem.h
* POSTGRES define and remove utility definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.14 1999/01/21 22:48:16 momjian Exp $
+ * $Id: defrem.h,v 1.15 1999/02/13 23:21:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index d9ca4b1995d..27a7a47d2c0 100644
--- a/src/include/commands/explain.h
+++ b/src/include/commands/explain.h
@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
- * explain.h--
+ * explain.h
* prototypes for explain.c
*
* Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: explain.h,v 1.7 1998/09/01 04:35:31 momjian Exp $
+ * $Id: explain.h,v 1.8 1999/02/13 23:21:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index b1ad0f8493b..f39a6498fb0 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * proclang.h--
+ * proclang.h
* prototypes for proclang.c.
*
*
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h
index 119e2e12801..842165e872e 100644
--- a/src/include/commands/recipe.h
+++ b/src/include/commands/recipe.h
@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
- * recipe.h--
+ * recipe.h
* recipe handling routines
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: recipe.h,v 1.6 1998/09/01 04:35:33 momjian Exp $
+ * $Id: recipe.h,v 1.7 1999/02/13 23:21:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h
index e2ddce6d9a1..cf9bd41a7fb 100644
--- a/src/include/commands/rename.h
+++ b/src/include/commands/rename.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * rename.h--
+ * rename.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rename.h,v 1.5 1998/09/01 04:35:34 momjian Exp $
+ * $Id: rename.h,v 1.6 1999/02/13 23:21:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index 89b628b4374..f602a6cb392 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * sequence.h--
+ * sequence.h
* prototypes for sequence.c.
*
*
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index b52c81dc726..f96221f6e6a 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * trigger.h--
+ * trigger.h
* prototypes for trigger.c.
*
*
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index a81c6617e82..3849339947d 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * user.h--
+ * user.h
*
*
*
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 126a9e9f5a0..0e21a8b8307 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * vacuum.h--
+ * vacuum.h
* header file for postgres vacuum cleaner
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: vacuum.h,v 1.16 1998/09/01 04:35:39 momjian Exp $
+ * $Id: vacuum.h,v 1.17 1999/02/13 23:21:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index 7dd3c4e68e8..e04654e8892 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * version.h--
+ * version.h
* Header file for versions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: version.h,v 1.6 1998/09/01 04:35:41 momjian Exp $
+ * $Id: version.h,v 1.7 1999/02/13 23:21:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index d039b56b91e..1831cdbe61d 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * view.h--
+ * view.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: view.h,v 1.6 1998/09/01 04:35:43 momjian Exp $
+ * $Id: view.h,v 1.7 1999/02/13 23:21:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/