Dan Moschuk <dan(at)freebsd(dot)org> writes:
> Can someone tell me what a postmaster process exiting with status = 26
> means? FWIW, I'm doing a COPY table FROM stdin with about 14 million
> records to trigger this.
That means it got a signal 26. Since you didn't mention what platform
you are on, I'm not going to guess what signal that actually is on
your Unix. How about you look in /usr/include/signal.h and/or
/usr/include/sys/signal.h and tell us?
regards, tom lane