8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44d6d5 commit 0faf90fCopy full SHA for 0faf90f
src/pathman_workers.c
@@ -763,7 +763,7 @@ partition_table_concurrently(PG_FUNCTION_ARGS)
763
764
/* Looks like we could not find an empty slot */
765
if (empty_slot_idx < 0)
766
- ereport(ERROR, (ERRCODE_CONFIGURATION_LIMIT_EXCEEDED,
+ ereport(ERROR, (errcode(ERRCODE_CONFIGURATION_LIMIT_EXCEEDED),
767
errmsg("no empty worker slots found"),
768
errhint("consider increasing max_worker_processes")));
769
else
0 commit comments