summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>1999-10-08 11:05:05 +0000
committerMichael Meskes <meskes@postgresql.org>1999-10-08 11:05:05 +0000
commita4f59da1467422d71af3fcaeb09a860221ed7e3e (patch)
tree697d3db2b46fb07ea1e18455d5b948a0b7980249 /src/interfaces/ecpg/lib
parent7395d9ab4ee292395f34a616f334851f4dd89d4c (diff)
downloadpostgresql-a4f59da1467422d71af3fcaeb09a860221ed7e3e.tar.gz
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/lib')
-rw-r--r--src/interfaces/ecpg/lib/Makefile.in4
-rw-r--r--src/interfaces/ecpg/lib/ecpglib.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in
index 8436a63b6f..b636bceb5f 100644
--- a/src/interfaces/ecpg/lib/Makefile.in
+++ b/src/interfaces/ecpg/lib/Makefile.in
@@ -6,13 +6,13 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.47 1999/09/17 18:28:10 meskes Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.48 1999/10/08 11:04:59 meskes Exp $
#
#-------------------------------------------------------------------------
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 0.3
+SO_MINOR_VERSION= 0.4
SRCDIR= @top_srcdir@
include $(SRCDIR)/Makefile.global
diff --git a/src/interfaces/ecpg/lib/ecpglib.c b/src/interfaces/ecpg/lib/ecpglib.c
index 2b0067449f..cd180bfcf3 100644
--- a/src/interfaces/ecpg/lib/ecpglib.c
+++ b/src/interfaces/ecpg/lib/ecpglib.c
@@ -802,7 +802,6 @@ ECPGexecute(struct statement * stmt)
else
res = 0L;
- /* Again?! Yes */
switch (var->type)
{
case ECPGt_short:
@@ -837,7 +836,6 @@ ECPGexecute(struct statement * stmt)
else
ures = 0L;
- /* Again?! Yes */
switch (var->type)
{
case ECPGt_unsigned_short:
@@ -872,7 +870,6 @@ ECPGexecute(struct statement * stmt)
else
dres = 0.0;
- /* Again?! Yes */
switch (var->type)
{
case ECPGt_float: