aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-26 16:43:54 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-26 16:43:54 +0000
commitd394d06d7ab2e31969735479885cbfd544eb309a (patch)
tree9d589005236a61a83d0a43e6c2b0e54a532a1e88 /src/interfaces
parente2b0911564052296fff26e0a485c8ca00a8221bc (diff)
downloadpostgresql-d394d06d7ab2e31969735479885cbfd544eb309a.tar.gz
postgresql-d394d06d7ab2e31969735479885cbfd544eb309a.zip
Fix atttypmod alignment again, and re-enable ecpg.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/Makefile4
-rw-r--r--src/interfaces/ecpg/preproc/preproc.y2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index 6ff3ac386e8..37e286c2d25 100644
--- a/src/interfaces/Makefile
+++ b/src/interfaces/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.14 1998/08/26 05:22:58 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.15 1998/08/26 16:43:51 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -23,7 +23,7 @@ endif
.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
$(MAKE) -C libpq $@
-# $(MAKE) -C ecpg $@
+ $(MAKE) -C ecpg $@
ifeq ($(HAVE_Cplusplus), true)
$(MAKE) -C libpq++ $@
else
diff --git a/src/interfaces/ecpg/preproc/preproc.y b/src/interfaces/ecpg/preproc/preproc.y
index cc8528e4355..fec7232375e 100644
--- a/src/interfaces/ecpg/preproc/preproc.y
+++ b/src/interfaces/ecpg/preproc/preproc.y
@@ -641,7 +641,7 @@ output_statement(char * stmt, int mode)
%type <str> join_using where_clause relation_expr row_op sub_type
%type <str> opt_column_list insert_rest InsertStmt OptimizableStmt
%type <str> columnList DeleteStmt LockStmt UpdateStmt CursorStmt
-%type <str> NotifyStmt columnElem copy_dirn SubUnion c_expr
+%type <str> NotifyStmt columnElem copy_dirn SubUnion c_expr UnlistenStmt
%type <str> copy_delimiter ListenStmt CopyStmt copy_file_name opt_binary
%type <str> opt_with_copy FetchStmt opt_direction fetch_how_many opt_portal_name
%type <str> ClosePortalStmt DestroyStmt VacuumStmt opt_verbose