Fix comment dashes.
This commit is contained in:
parent
70fb71f487
commit
872911bc41
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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
|
* NOTES
|
||||||
* The PerformAddAttribute() code, like most of the relation
|
* 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);
|
static void CheckTupleType(Form_pg_class tuple_class);
|
||||||
|
|
||||||
|
|
||||||
/* --------------------------------
|
/*
|
||||||
* PortalCleanup
|
* PortalCleanup
|
||||||
* --------------------------------
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
PortalCleanup(Portal portal)
|
PortalCleanup(Portal portal)
|
||||||
@ -243,9 +242,8 @@ PerformPortalFetch(char *name,
|
|||||||
MemoryContextSwitchTo(oldcontext);
|
MemoryContextSwitchTo(oldcontext);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------
|
/*
|
||||||
* PerformPortalClose
|
* PerformPortalClose
|
||||||
* --------------------------------
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
PerformPortalClose(char *name, CommandDest dest)
|
PerformPortalClose(char *name, CommandDest dest)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user