Ralph Graulich <maillist(at)shauny(dot)de> writes:
> Otherwise the installation runs fine, as I hope the recent increase of
> parameters in pg_config.h didn't break anything:
> #define INDEX_MAX_KEYS 64
> #define FUNC_MAX_ARGS INDEX_MAX_KEYS
Shouldn't have, as long as you did a full recompile ("make clean all")
after editing pg_config.h. You will also need to have initdb'd after
installing that.
regards, tom lane