|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.174 2002/04/12 20:38:20 tgl Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.175 2002/04/14 16:47:16 momjian Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * The PerformAddAttribute() code, like most of the relation |
@@ -62,9 +62,8 @@ static bool needs_toast_table(Relation rel); |
62 | 62 | staticvoidCheckTupleType(Form_pg_classtuple_class); |
63 | 63 |
|
64 | 64 |
|
65 | | -/* -------------------------------- |
| 65 | +/* |
66 | 66 | *PortalCleanup |
67 | | - * -------------------------------- |
68 | 67 | */ |
69 | 68 | void |
70 | 69 | PortalCleanup(Portalportal) |
@@ -243,9 +242,8 @@ PerformPortalFetch(char *name, |
243 | 242 | MemoryContextSwitchTo(oldcontext); |
244 | 243 | } |
245 | 244 |
|
246 | | -/* -------------------------------- |
| 245 | +/* |
247 | 246 | *PerformPortalClose |
248 | | - * -------------------------------- |
249 | 247 | */ |
250 | 248 | void |
251 | 249 | PerformPortalClose(char*name,CommandDestdest) |
|