Commit dca09ac5 authored by Robert Haas's avatar Robert Haas

Fix ECPG compiler warning.

Commit 9b4d52f2 failed to notice
that pg_regress_ecpg needed updating.

This patch was independently submitted by both David Rowley
and Andres Freund.
parent ac4ab97e
...@@ -159,7 +159,7 @@ ecpg_start_test(const char *testname, ...@@ -159,7 +159,7 @@ ecpg_start_test(const char *testname,
} }
static void static void
ecpg_init(void) ecpg_init(int argc, char *argv[])
{ {
/* nothing to do here at the moment */ /* nothing to do here at the moment */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment