pg_proc.dat "proargmodes is not a 1-D char array"

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема pg_proc.dat "proargmodes is not a 1-D char array"
Дата
Msg-id CAMsr+YH7Kd87A3cU5m_wKo46HPQ46zFv5wesFNL0YWxkGhGv3g@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_proc.dat "proargmodes is not a 1-D char array"
Список pgsql-hackers
Hi all

Random tip for future searchers. If you've modified pg_proc.dat and  initdb fails with "proargmodes is not a 1-D char array" - it could well actually be that the length of proargmodes does not match the length of proallargtypes given the test

                        ARR_DIMS(arr)[0] != numargs ||

in funcapi.c.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 2ndQuadrant - PostgreSQL Solutions for the Enterprise

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Document JSON primitive quoting and letter-case rules
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NOTIFY docs fixup - emit and deliver consistency