]> granicus.if.org Git - postgresql/commitdiff
Fix ECPG compiler warning.
authorRobert Haas <rhaas@postgresql.org>
Sat, 9 Nov 2013 23:53:57 +0000 (18:53 -0500)
committerRobert Haas <rhaas@postgresql.org>
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

index d01703e4eb4e95f97d6e6bb1566983ef700dbd0a..740b566a6255289f77b711ce862bb048bfb97876 100644 (file)
@@ -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 */
 }