Tom Lane wrote:
> "G. Anthony Reina" <reina@nsi.edu> writes:
> >> In postgres_ext.h, I changed:
> >>
> >> #define NAMEDATALEN 32
> >> to
> >> #define NAMEDATALEN 51
> >>
> >> Everything compiled and installed. However, the initdb started up but
> >> then just said that it failed.
>
> I have not tried that in awhile, but the last time I did, it worked
> fine. Are you sure you did a *complete* rebuild? I'd suggest make
> distclean at the top level, configure, make all, install, initdb.
>
I did a 'gmake clean'. I'll try again today. Perhaps I'll find something
that I was overlooking on Friday.
-Tony