Commit 660ca3e0 authored by Bruce Momjian's avatar Bruce Momjian

Change /*---- commants to /* where appropriate. pgindent will tighten

up the comments later.
parent a69f81c2
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.58 2001/01/24 19:43:15 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.59 2001/02/22 18:39:20 momjian Exp $
* *
* NOTES * NOTES
* These routines allow the parser/planner/executor to perform * These routines allow the parser/planner/executor to perform
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
*/ */
/* ---------------- /*
* struct cachedesc: information defining a single syscache * struct cachedesc: information defining a single syscache
* ---------------- *
*/ */
struct cachedesc struct cachedesc
{ {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: shmem.h,v 1.26 2001/01/24 19:43:28 momjian Exp $ * $Id: shmem.h,v 1.27 2001/02/22 18:39:20 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment