mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix typo, ensable -> enable, per Steve Gieseking.
This commit is contained in:
parent
a467a7a910
commit
2dd336bba5
@ -1,4 +1,4 @@
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.339 2006/10/23 08:00:48 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.339.2.1 2007/03/27 03:25:35 tgl Exp $ */
|
||||
|
||||
/* Copyright comment */
|
||||
%{
|
||||
@ -6271,7 +6271,7 @@ ECPGunreserved_con: ABORT_P { $$ = make_str("abort"); }
|
||||
| DOUBLE_P { $$ = make_str("double"); }
|
||||
| DROP { $$ = make_str("drop"); }
|
||||
| EACH { $$ = make_str("each"); }
|
||||
| ENABLE_P { $$ = make_str("ensable"); }
|
||||
| ENABLE_P { $$ = make_str("enable"); }
|
||||
| ENCODING { $$ = make_str("encoding"); }
|
||||
| ENCRYPTED { $$ = make_str("encrypted"); }
|
||||
| ESCAPE { $$ = make_str("escape"); }
|
||||
|
Loading…
Reference in New Issue
Block a user