George Weaver <gweaver(at)shaw(dot)ca> writes:
> pg_config --version now shows:
> $ pg_config --version
> PostgreSQL 8.1.0
> However, when I try pg_config --pgxs it returns nothing:
> $ pg_config --pgxs
> $
If you're on Windows this probably means that GetShortPathName() is
failing. I'm not sure what conditions cause that, exactly. It might be
a good idea if we fixed pg_config to print out the error code rather
than just silently failing.
regards, tom lane