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

Reply via email to