Re: select limit error in file_fdw
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Erik Rijkers <er@xs4all.nl>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-12-16T23:08:02Z
Lists: pgsql-hackers
Erik Rijkers <er@xs4all.nl> writes: > Thank you very much. I've now also tested with the original, much larger > file, which gives no problem anymore. I am really glad this works again, > we use this stuff a lot. We appreciate you noticing the problem before 11.2 got out ... regards, tom lane
Commits
-
Improve detection of child-process SIGPIPE failures.
- b1894a6076f3 11.2 landed
- ade2d61ed09c 12.0 landed
- 34010ac2fa18 10.7 landed
-
Handle EPIPE more sanely when we close a pipe reading from a program.
- ffa4cbd623dd 12.0 cited