Skip to content
Snippets Groups Projects
  1. Sep 18, 2004
  2. Sep 17, 2004
  3. Sep 16, 2004
  4. Sep 15, 2004
  5. Sep 14, 2004
  6. Sep 13, 2004
  7. Sep 12, 2004
  8. Sep 11, 2004
    • Tom Lane's avatar
      Renumber SnapshotNow and the other special snapshot codes so that · 493f7260
      Tom Lane authored
      ((Snapshot) NULL) can no longer be confused with a valid snapshot,
      as per my recent suggestion.  Define a macro InvalidSnapshot for 0.
      Use InvalidSnapshot instead of SnapshotAny as the do-nothing special
      case for heap_update and heap_delete crosschecks; this seems a little
      cleaner even though the behavior is really the same.
      493f7260
Loading