Skip to content

Commit 856b87c

Browse files
committed
Fix typo, ensable -> enable, per Steve Gieseking.
1 parent 06d5fdd commit 856b87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.341 2007/03/17 19:25:23 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.342 2007/03/27 03:25:28 tgl Exp $ */
22

33
/* Copyright comment */
44
%{
@@ -6414,7 +6414,7 @@ ECPGunreserved_con: ABORT_P { $$ = make_str("abort"); }
64146414
| DOUBLE_P { $$ = make_str("double"); }
64156415
| DROP { $$ = make_str("drop"); }
64166416
| EACH { $$ = make_str("each"); }
6417-
| ENABLE_P { $$ = make_str("ensable"); }
6417+
| ENABLE_P { $$ = make_str("enable"); }
64186418
| ENCODING { $$ = make_str("encoding"); }
64196419
| ENCRYPTED { $$ = make_str("encrypted"); }
64206420
| ESCAPE { $$ = make_str("escape"); }

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