Skip to content
Snippets Groups Projects
  1. Oct 14, 2004
  2. Oct 13, 2004
  3. Oct 12, 2004
  4. Oct 11, 2004
    • Tom Lane's avatar
      Another try at making plpython autoconfiguration work correctly. Use a · 669ca7af
      Tom Lane authored
      -L spec rather than assuming libpython is in the standard search path
      (this returns to the way 7.4 did it).  But check the distutils output
      to see if it looks like Python has built a shared library, and if so
      link with that instead of the probably-not-shared library found in
      configdir.
      669ca7af
    • Tom Lane's avatar
      Fix pg_indexes view so that it shows the index's tablespace not the · e5d30091
      Tom Lane authored
      parent table's tablespace, as per gripe from Michael Kleiser.  Choose
      a more plausible column order for this view and pg_tables.  Update
      documentation of these views, which was missed in original patch.
      e5d30091
    • Neil Conway's avatar
      Fix typo in comment. · 5340a988
      Neil Conway authored
      5340a988
    • Neil Conway's avatar
      Cosmetic improvements/code cleanup: · 0e72b9d4
      Neil Conway authored
      - replace some function signatures of the form "some_type foo()" with
      "some_type foo(void)"
      - replace a few instances of a literal 0 being used as a NULL pointer;
      there are more instances of this in the code, but I just fixed a few
      - in src/backend/utils/mb/wstrncmp.c, replace K&R style function
      declarations with ANSI style, remove use of 'register' keyword
      - remove an "extern" modifier that was applied to a function definition
      (rather than a declaration)
      0e72b9d4
  5. Oct 10, 2004
Loading