mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
Capitalization fixes
This commit is contained in:
@@ -303,7 +303,7 @@ main(int argc, char **argv)
|
||||
proc_exit(1);
|
||||
}
|
||||
|
||||
printf("forked child pid %d OK\n", cpid);
|
||||
printf("forked child PID %d OK\n", cpid);
|
||||
|
||||
if (storage->flag != 1234)
|
||||
printf("Wrong value found in shared memory!\n");
|
||||
|
||||
Reference in New Issue
Block a user