aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/backendid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/backendid.h')
-rw-r--r--src/include/storage/backendid.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h
index dfcdd77dbd6..b329c611043 100644
--- a/src/include/storage/backendid.h
+++ b/src/include/storage/backendid.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.17 2004/12/31 22:03:42 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.18 2005/10/15 02:49:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,8 +18,7 @@
* -cim 8/17/90
* ----------------
*/
-typedef int BackendId; /* unique currently active backend
- * identifier */
+typedef int BackendId; /* unique currently active backend identifier */
#define InvalidBackendId (-1)