Hi, kirk-san.
> From: Jamison, Kirk <k.jamison@jp.fujitsu.com>
> $ git apply ../socket_timeout_v5.patch
> fatal: corrupt patch at line 24
> --> l24: diff --git a/src/interfaces/libpq/fe-connect.c
> --> b/src/interfaces/libpq/fe-connect.c
How about applying by "patch -p1"?
I have confirmed that my patch could be applied in that way while not confirmed using "git apply" command.
> a. Use parse_int_param instead of atoi
> >+ conn->socket_timeout = atoi(conn->pgsocket_timeout);
This is my bad. I'll remake it.
Very sorry for the same mistake.
Best regards,
---------------------
Ryohei Nagaura