summaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/portal.h')
-rw-r--r--src/include/utils/portal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index b718221cb55..59e82868ff9 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * portal.h--
+ * portal.h
* POSTGRES portal definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.11 1999/02/06 16:50:34 wieck Exp $
+ * $Id: portal.h,v 1.12 1999/02/13 23:22:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,7 +53,7 @@ struct PortalD
};
/*
- * PortalIsValid --
+ * PortalIsValid
* True iff portal is valid.
*/
#define PortalIsValid(p) PointerIsValid(p)