From e3a1ab764ef2ce1f331133b456879ae4c186558a Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Fri, 29 Jan 1999 09:23:17 +0000 Subject: READ COMMITTED isolevel is implemented and is default now. --- src/backend/parser/gram.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/backend/parser/gram.c') diff --git a/src/backend/parser/gram.c b/src/backend/parser/gram.c index 186b0213e5c..30d6011cc44 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -239,7 +239,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.64 1999/01/26 23:32:04 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.65 1999/01/29 09:23:02 vadim Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -4791,7 +4791,7 @@ static const short yycheck[] = { 3, -1, -1, -1, -1, -1, -1, -1, 214 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/local/bison/bison.simple" +#line 3 "/usr/share/misc/bison.simple" /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -4984,7 +4984,7 @@ __yy_memcpy (char *to, char *from, int count) #endif #endif -#line 196 "/usr/local/bison/bison.simple" +#line 196 "/usr/share/misc/bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -11088,7 +11088,7 @@ case 960: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 498 "/usr/local/bison/bison.simple" +#line 498 "/usr/share/misc/bison.simple" yyvsp -= yylen; yyssp -= yylen; -- cgit v1.2.3