ran out of space in relation map

Поиск
Список
Период
Сортировка
От constzl
Тема ran out of space in relation map
Дата
Msg-id 73af4845.12a1.16cc1bd1151.Coremail.const_sunny@126.com
обсуждение исходный текст
Ответы Re: ran out of space in relation map  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi All:

Look at the following code.

"The map file should be kept to no more than one standard-size disk sector (ie 512 bytes)"
p, li { white-space: pre-wrap; }

p, li { white-space: pre-wrap; }

This means that the number of mapping objects can not be more than MAX_MAPPINGS, which is 62 now.

p, li { white-space: pre-wrap; }

If one day in the future, it does need to be more than 62, then what to do?


p, li { white-space: pre-wrap; }

In fact, I had such a problem. After I add some shared catalog relation (and its toast relation,index), the error

"ran out of space in relation map" occurs when initdb.

p, li { white-space: pre-wrap; }

After debugging, it is found that the number of shared objects is indeed more than 62, and of course, its size is

more than 512 bytes.

p, li { white-space: pre-wrap; }

Can someone help me? Thanks!

Best Regards

const.zl



Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: data modifying WITH seems to drop rows in cascading updates -- bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ran out of space in relation map