Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit872911b

Browse files
committed
Fix comment dashes.
1 parent70fb71f commit872911b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/backend/commands/command.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
* NOTES
1414
* The PerformAddAttribute() code, like most of the relation
@@ -62,9 +62,8 @@ static bool needs_toast_table(Relation rel);
6262
staticvoidCheckTupleType(Form_pg_classtuple_class);
6363

6464

65-
/* --------------------------------
65+
/*
6666
*PortalCleanup
67-
* --------------------------------
6867
*/
6968
void
7069
PortalCleanup(Portalportal)
@@ -243,9 +242,8 @@ PerformPortalFetch(char *name,
243242
MemoryContextSwitchTo(oldcontext);
244243
}
245244

246-
/* --------------------------------
245+
/*
247246
*PerformPortalClose
248-
* --------------------------------
249247
*/
250248
void
251249
PerformPortalClose(char*name,CommandDestdest)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp