projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4ab97
)
Fix ECPG compiler warning.
author
Robert Haas
Sat, 9 Nov 2013 23:53:57 +0000
(18:53 -0500)
committer
Robert Haas
Sat, 9 Nov 2013 23:53:57 +0000
(18:53 -0500)
Commit
9b4d52f2095be96ca238ce41f6963ec56376491f
failed to notice
that pg_regress_ecpg needed updating.
This patch was independently submitted by both David Rowley
and Andres Freund.
src/interfaces/ecpg/test/pg_regress_ecpg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/test/pg_regress_ecpg.c
b/src/interfaces/ecpg/test/pg_regress_ecpg.c
index d01703e4eb4e95f97d6e6bb1566983ef700dbd0a..740b566a6255289f77b711ce862bb048bfb97876 100644
(file)
--- a/
src/interfaces/ecpg/test/pg_regress_ecpg.c
+++ b/
src/interfaces/ecpg/test/pg_regress_ecpg.c
@@
-159,7
+159,7
@@
ecpg_start_test(const char *testname,
}
static void
-ecpg_init(
void
)
+ecpg_init(
int argc, char *argv[]
)
{
/* nothing to do here at the moment */
}