| От | Tom Lane |
|---|---|
| Тема | Re: [WIP] The relminxid addition, try 3 |
| Дата | |
| Msg-id | 17260.1148600678@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [WIP] The relminxid addition, try 3 (Alvaro Herrera <alvherre@commandprompt.com>) |
| Ответы |
Re: [WIP] The relminxid addition, try 3
|
| Список | pgsql-patches |
Alvaro Herrera <alvherre@commandprompt.com> writes:
> CREATE TABLE foo (a int);
> for some unknown reason, an inval message involving relation foo seems
> to be emitted.
> heap_unfreeze(pg_class)
> CommandCounterIncrement()
> heap_unfreeze(pg_attribute)
> CommandCounterIncrement()
> ... insert the pg_attribute rows ...
Where did all these CommandCounterIncrement calls come from?
I don't think it's going to work if you are throwing in CCIs
at random places; this problem with the relcache will be the
least of your worries. Why do you think you need that anyway?
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера