diff options
Diffstat (limited to 'src/fe_utils/parallel_slot.c')
-rw-r--r-- | src/fe_utils/parallel_slot.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fe_utils/parallel_slot.c b/src/fe_utils/parallel_slot.c index 5896a8a6ca0..684327885d3 100644 --- a/src/fe_utils/parallel_slot.c +++ b/src/fe_utils/parallel_slot.c @@ -298,10 +298,7 @@ connect_slot(ParallelSlotArray *sa, int slotno, const char *dbname) sa->cparams->override_dbname = old_override; if (PQsocket(slot->connection) >= FD_SETSIZE) - { - pg_log_fatal("too many jobs for this platform"); - exit(1); - } + pg_fatal("too many jobs for this platform"); /* Setup the connection using the supplied command, if any. */ if (sa->initcmd) |