1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.

Removed one include file from connect-test1.
This commit is contained in:
Michael Meskes
2008-03-20 16:29:45 +00:00
parent 15364ea09d
commit f9e083fd30
5 changed files with 31 additions and 16 deletions

View File

@ -1,6 +1,5 @@
/* Processed by ecpg (regression mode) */
/* These include files are added by the preprocessor */
#include <ecpgtype.h>
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>