mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Clean up function header.
This commit is contained in:
parent
31773533bd
commit
e060701f51
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ int iterations = 10;
|
|||
EXEC SQL END DECLARE SECTION;
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
pthread_t thread1,
|
||||
thread2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue