mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
*** empty log message ***
This commit is contained 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.52 1999/11/23 10:32:16 meskes Exp $
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.53 1999/12/07 10:29:16 meskes Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
NAME= ecpg
|
||||
SO_MAJOR_VERSION= 3
|
||||
SO_MINOR_VERSION= 0.7
|
||||
SO_MINOR_VERSION= 0.8
|
||||
|
||||
SRCDIR= @top_srcdir@
|
||||
include $(SRCDIR)/Makefile.global
|
||||
|
||||
@@ -515,6 +515,8 @@ ECPGexecute(struct statement * stmt)
|
||||
return false;
|
||||
|
||||
strcat(mallocedval, tmp);
|
||||
free(tmp);
|
||||
|
||||
strcat(mallocedval, "'");
|
||||
|
||||
free(newcopy);
|
||||
@@ -556,6 +558,8 @@ ECPGexecute(struct statement * stmt)
|
||||
return false;
|
||||
|
||||
strcat(mallocedval, tmp);
|
||||
free(tmp);
|
||||
|
||||
strcat(mallocedval, "'");
|
||||
|
||||
free(newcopy);
|
||||
|
||||
Reference in New Issue
Block a user