1. 11 Jan, 2011 4 commits
    • Tom Lane's avatar
      Adjust basebackup.c to suppress compiler warnings. · e6dce4e4
      Tom Lane authored
      Some versions of gcc complain about "variable `tablespaces' might be
      clobbered by `longjmp' or `vfork'" with the original coding.  Fix by
      moving the PG_TRY block into a separate subroutine.
      e6dce4e4
    • Tom Lane's avatar
      Tweak create_index_paths()'s test for whether to consider a bitmap scan. · 9d1ac2f5
      Tom Lane authored
      Per my note of a couple days ago, create_index_paths would refuse to
      consider any path at all for GIN indexes if the selectivity estimate came
      out as 1.0; not even if you tried to force it with enable_seqscan.  While
      this isn't really a bad outcome in practice, it could be annoying for
      testing purposes.  Adjust the test for "is this path only useful for
      sorting" so that it doesn't fire on paths with nil pathkeys, which will
      include all GIN paths.
      9d1ac2f5
    • Magnus Hagander's avatar
      Typo fix · 1c400d33
      Magnus Hagander authored
      Josh Kupershmidt
      1c400d33
    • Magnus Hagander's avatar
      Reset walsender ps title in the main loop · b7ebda9d
      Magnus Hagander authored
      When in streaming mode we can never get out, so it will never
      be required, but after a base backup (or other operations)
      we can get back to the loop, so the title needs to be cleared.
      b7ebda9d
  2. 10 Jan, 2011 4 commits
  3. 09 Jan, 2011 14 commits
  4. 08 Jan, 2011 18 commits