mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fixed typo in proproc.y
This commit is contained in:
parent
7547b0104a
commit
c83137a025
@ -1112,5 +1112,9 @@ TUe Okt 2 16:09:26 CEST 2001
|
||||
|
||||
- Re-added Tom's patch fixing my setlocale patch. I accidently
|
||||
deleted it.
|
||||
|
||||
Fri Okt 5 08:37:01 CEST 2001
|
||||
|
||||
- Fixed yet another typo in preproc.y.
|
||||
- Set ecpg version to 2.9.0.
|
||||
- Set library version to 3.3.0.
|
||||
|
@ -2044,7 +2044,7 @@ opt_name: name { $$ = $1; }
|
||||
| /*EMPTY*/ { $$ = EMPTY; }
|
||||
;
|
||||
|
||||
opt_column: COLUMN { $$ = make_str("colmunn"); }
|
||||
opt_column: COLUMN { $$ = make_str("column"); }
|
||||
| /*EMPTY*/ { $$ = EMPTY; }
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user