Skip to content
Snippets Groups Projects
  1. Jan 26, 2011
  2. Jan 25, 2011
  3. Jan 24, 2011
  4. Jan 23, 2011
  5. Jan 22, 2011
    • Tom Lane's avatar
      Suppress possibly-uninitialized-variable warnings from gcc 4.5. · e2627258
      Tom Lane authored
      It appears that gcc 4.5 can issue such warnings for whole structs, not
      just scalar variables as in the past.  Refactor some pg_dump code slightly
      so that the OutputContext local variables are always initialized, even
      if they won't be used.  It's cheap enough to not be worth worrying about.
      e2627258
Loading