forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4800abc
committed
From: Darren King <aixssd!darrenk@abs.net>
To: pgsql-patches@postgreSQL.orgSubject: [PATCHES] DROP AGGREGATE gram.y typo...Somehow I dropped a comma in the gram.y part (line 129) of mypatch for drop aggregate. Here's a correct patch for gram.y.PS. I hope I got the right comma, manually applied :) (scrappy)1 parent5e7c0a0 commit4800abc
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
0 commit comments
Comments
(0)