diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-14 16:47:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-14 16:47:16 +0000 |
commit | 872911bc41ee562ff2cb33796cf7ce46cd8e765d (patch) | |
tree | 54c7af8151e9e223fda8b07e1d94d67e9944a33d /src | |
parent | 70fb71f487009e09955fb865820e7eb434870052 (diff) | |
download | postgresql-872911bc41ee562ff2cb33796cf7ce46cd8e765d.tar.gz postgresql-872911bc41ee562ff2cb33796cf7ce46cd8e765d.zip |
Fix comment dashes.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/command.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/backend/commands/command.c b/src/backend/commands/command.c index c13b2aa67d4..9a20d8329ad 100644 --- a/src/backend/commands/command.c +++ b/src/backend/commands/command.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.174 2002/04/12 20:38:20 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.175 2002/04/14 16:47:16 momjian Exp $ * * NOTES * The PerformAddAttribute() code, like most of the relation @@ -62,9 +62,8 @@ static bool needs_toast_table(Relation rel); static void CheckTupleType(Form_pg_class tuple_class); -/* -------------------------------- +/* * PortalCleanup - * -------------------------------- */ void PortalCleanup(Portal portal) @@ -243,9 +242,8 @@ PerformPortalFetch(char *name, MemoryContextSwitchTo(oldcontext); } -/* -------------------------------- +/* * PerformPortalClose - * -------------------------------- */ void PerformPortalClose(char *name, CommandDest dest) |