Skip to content

Commit 883f4b4

Browse files
committed
Remove ancient, obsolete comment.
1 parent 4178de3 commit 883f4b4

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/12 02:52:05 tgl Exp $
14+
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.556 2006/08/12 18:58:54 tgl Exp $
1515
*
1616
* HISTORY
1717
* AUTHOR DATE MAJOR 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy