1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

- Enable FETCH without INTO.

- Compatibility functions for INFORMIX handling of DECLARE statement.
This commit is contained in:
Michael Meskes
2003-06-13 10:50:58 +00:00
parent a2d08b99c2
commit 26188e8c17
10 changed files with 123 additions and 30 deletions

View File

@ -1,4 +1,4 @@
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.8 2003/04/01 14:37:25 meskes Exp $ */
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.9 2003/06/13 10:50:57 meskes Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
@ -1239,7 +1239,7 @@ ECPGexecute(struct statement * stmt)
{
ECPGlog("ECPGexecute line %d: ASYNC NOTIFY of '%s' from backend pid '%d' received\n",
stmt->lineno, notify->relname, notify->be_pid);
PQfreemem(notify);
PQfreemem(notify);
}
return status;