Skip to content

Commit dca09ac

Browse files
committed
Fix ECPG compiler warning.
Commit 9b4d52f failed to notice that pg_regress_ecpg needed updating. This patch was independently submitted by both David Rowley and Andres Freund.
1 parent ac4ab97 commit dca09ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/test/pg_regress_ecpg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ecpg_start_test(const char *testname,
159159
}
160160

161161
static void
162-
ecpg_init(void)
162+
ecpg_init(int argc, char *argv[])
163163
{
164164
/* nothing to do here at the moment */
165165
}

0 commit comments

Comments
 (0)