Skip to content
Snippets Groups Projects
  1. Jan 04, 2007
  2. Jan 03, 2007
  3. Jan 02, 2007
  4. Dec 31, 2006
    • Tom Lane's avatar
      Found the problem with my operator-family changes: by fetching from · 0b56be83
      Tom Lane authored
      pg_opclass during LookupOpclassInfo(), I'd turned pg_opclass_oid_index
      into a critical system index.  However the problem could only manifest
      during a backend's first attempt to load opclass data, and then only
      if it had successfully loaded pg_internal.init and subsequently received
      a relcache flush; which made it impossible to reproduce in sequential
      tests and darn hard even in parallel tests.  Memo to self: when
      exercising cache flush scenarios, must disable LookupOpclassInfo's
      internal cache too.
      0b56be83
  5. Dec 30, 2006
  6. Dec 29, 2006
  7. Dec 28, 2006
Loading