Re: [HACKERS] About adding a column to an existing system catalog

2014-03-24 Thread Tom Lane
Tanmay Deshpande writes: > while adding a column to an existing system catalog I am getting following > error while initdb > FATAL: incorrect number of columns in row (expected 22, got 21) > where do I have to make the changes ? I'd say you missed updating relnatts in the hard-coded row for pg

[HACKERS] About adding a column to an existing system catalog

2014-03-24 Thread Tanmay Deshpande
while adding a column to an existing system catalog I am getting following error while initdb FATAL: incorrect number of columns in row (expected 22, got 21) where do I have to make the changes ?