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

Commit883f4b4

Browse files
committed
Remove ancient, obsolete comment.
1 parent4178de3 commit883f4b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.555 2006/08/1202:52:05 tgl Exp $
14+
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.556 2006/08/1218:58:54 tgl Exp $
1515
*
1616
* HISTORY
1717
* AUTHORDATEMAJOR EVENT
@@ -4525,7 +4525,6 @@ RuleActionStmtOrEmpty:
45254525
|/*EMPTY*/{$$ =NULL; }
45264526
;
45274527

4528-
/* change me to select, update, etc. some day*/
45294528
event:SELECT{$$ = CMD_SELECT; }
45304529
| UPDATE{$$ = CMD_UPDATE; }
45314530
| DELETE_P{$$ = CMD_DELETE; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp