aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/tuptable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/tuptable.h')
-rw-r--r--src/include/executor/tuptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index 82a5651a299..6441b066b06 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * tuptable.h--
+ * tuptable.h
* tuple table support stuff
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuptable.h,v 1.9 1998/11/27 19:33:33 vadim Exp $
+ * $Id: tuptable.h,v 1.10 1999/02/13 23:21:29 momjian Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.