summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/execute.c
diff options
context:
space:
mode:
authorTom Lane2000-03-17 23:26:36 +0000
committerTom Lane2000-03-17 23:26:36 +0000
commit3faa9bab07ab781aa71ea1a3819a30a184e5bdab (patch)
tree1ec505707c66e73387f7a4b46ae2ce2d1165bd14 /src/interfaces/ecpg/lib/execute.c
parent64ef5c82de288c05191551c8d3ee2fe2f404ab5c (diff)
Patch possible portability problem: a few places had // style comments,
which is not ANSI C, even though some compilers will take it...
Diffstat (limited to 'src/interfaces/ecpg/lib/execute.c')
-rw-r--r--src/interfaces/ecpg/lib/execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/execute.c b/src/interfaces/ecpg/lib/execute.c
index adc1351e4e..aca7fce993 100644
--- a/src/interfaces/ecpg/lib/execute.c
+++ b/src/interfaces/ecpg/lib/execute.c
@@ -814,7 +814,7 @@ ECPGdo(int lineno, const char *connection_name, char *query, ...)
*
* Copyright (c) 2000, Christof Petig <[email protected]>
*
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.1 2000/03/07 15:10:56 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.2 2000/03/17 23:26:31 tgl Exp $
*/
PGconn *ECPG_internal_get_connection(char *name);
@@ -826,7 +826,7 @@ extern struct descriptor
struct descriptor *next;
} *all_descriptors;
-// like ECPGexecute
+/* like ECPGexecute */
static bool execute_descriptor(int lineno,const char *query
,struct connection *con,PGresult **resultptr)
{