Peter Eisentraut wrote:
Jim Seymour wrote:

"echo $?" after it happens yields "141."  There is no "141" in
/usr/include/sys/errno.h.


Exit code 141 means signal 141 - 128 = 13 = SIGPIPE. I haven't finished thinking what that means in this case, though ...

I would expect it means the pipe between the data and pager was inappropriately interrupted. Not that that helps a lot.


--
Until later, Geoffrey

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to