Skip to content
  • Tom Lane's avatar
    04ca4caa
    Remove use of lorder and tsort while building static libraries. There's · 04ca4caa
    Tom Lane authored
    no evidence that any currently-supported platform needs this, and good
    reason to think that any platform that did need it couldn't use the static
    libraries anyway --- libpq, at least, has circular references.  Removing
    the code shuts up tsort warnings about the circular references on some
    platforms.
    04ca4caa
    Remove use of lorder and tsort while building static libraries. There's
    Tom Lane authored
    no evidence that any currently-supported platform needs this, and good
    reason to think that any platform that did need it couldn't use the static
    libraries anyway --- libpq, at least, has circular references.  Removing
    the code shuts up tsort warnings about the circular references on some
    platforms.
Loading