mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Fix ECPG compiler warning.
Commit 9b4d52f2095be96ca238ce41f6963ec56376491f failed to notice that pg_regress_ecpg needed updating. This patch was independently submitted by both David Rowley and Andres Freund.
This commit is contained in:
parent
ac4ab97ec0
commit
dca09ac533
@ -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 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user