Re: [HACKERS] Addition to: Trouble with initdb when the #define NAMEDATALEN = 51

2001-05-14 Thread G. Anthony Reina
Tom Lane wrote: > "G. Anthony Reina" <[EMAIL PROTECTED]> 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 n

Re: [HACKERS] Addition to: Trouble with initdb when the #define NAMEDATALEN = 51

2001-05-11 Thread Tom Lane
"G. Anthony Reina" <[EMAIL PROTECTED]> 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 las