Michael Paquier <michael@paquier.xyz> writes:
> The latest patch does that:
> + pg_log_fatal("too many jobs for this platform's select() -- try %d"
> Do you have a better suggestion to offer, like a s#jobs#-j/--jobs#?
That seems over-punctuated, plus it burdens the reader with unnecessary
detail. Most SQL folk would be confused by the reference to SELECT,
I bet. (In fact, don't we have a style guideline against mentioning
particular syscalls?)
How about just "too many jobs for this platform -- try %d" ?
regards, tom lane