BUG #14098: misleading message "out of shared memory" when lock table space exhausted
В списке pgsql-bugs по дате отправления:
| От | johnlumby@hotmail.com |
|---|---|
| Тема | BUG #14098: misleading message "out of shared memory" when lock table space exhausted |
| Дата | |
| Msg-id | 20160418164648.26012.40241@wrigleys.postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #14098: misleading message "out of shared memory" when lock table space exhausted
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 14098 Logged by: John Lumby Email address: johnlumby@hotmail.com PostgreSQL version: 9.5.2 Operating system: linux 64-bit Description: If postgresql exhausts the space reserved for locks, whose size is defined by max_locks_per_transaction * (max_connections + max_prepared_transactions) locks, then it issues this message : psql: FATAL: out of shared memory HINT: You might need to increase max_locks_per_transaction. The words "out of shared memory" are misleading (and ungrammatical, and somewhat contradict the HINT). Shared mem space is not exhausted, lock table space is exhausted. Please change the message to psql: FATAL: lock table space is exhausted HINT: You might need to increase max_locks_per_transaction. I believe all cases of this msg are in src/backend/storage/lmgr/lock.c
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера