mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Clean up function header.
This commit is contained in:
@ -16,7 +16,7 @@ int iterations = 10;
|
|||||||
EXEC SQL END DECLARE SECTION;
|
EXEC SQL END DECLARE SECTION;
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char **argv)
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
pthread_t thread1,
|
pthread_t thread1,
|
||||||
thread2;
|
thread2;
|
||||||
|
Reference in New Issue
Block a user