aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-10-22 16:43:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-10-22 16:43:42 +0000
commit0634c01e3a17cb32fe29285463c838d4c8cdc90b (patch)
tree681b6cf4f636d006f97ff035279aa9764d87bb4e /src
parent4377a9afc3537c6b213466f15ccab595c17ecfb1 (diff)
downloadpostgresql-0634c01e3a17cb32fe29285463c838d4c8cdc90b.tar.gz
postgresql-0634c01e3a17cb32fe29285463c838d4c8cdc90b.zip
Add missing semicolon, per Johann Uhrmann.
Avoids warnings from newer bisons.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/preproc/preproc.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/preproc.y b/src/interfaces/ecpg/preproc/preproc.y
index 673d137f2a3..408c3b86053 100644
--- a/src/interfaces/ecpg/preproc/preproc.y
+++ b/src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.262 2003/10/06 06:44:55 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.263 2003/10/22 16:43:42 tgl Exp $ */
/* Copyright comment */
%{
@@ -5248,6 +5248,7 @@ execstring: char_variable
prepared_name: name { $$ = make3_str(make_str("\""), $1, make_str("\"")); }
| char_variable { $$ = $1; }
+ ;
/*
* the exec sql free command to deallocate a previously