Skip to content
Snippets Groups Projects
  1. Oct 11, 2004
    • 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
  2. Oct 10, 2004
  3. Oct 09, 2004
  4. Oct 08, 2004
  5. Oct 07, 2004
Loading