mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
and make backend/libpq/pqcomm.c only try to lock the socket file when the call exists. Also, change open-RDONLY to open-WRONLY; at least on my platform, you can't get a write lock on a file you didn't open for writing.