Skip to content

pgrecon 0.1.4

Choose a tag to compare

@Muzzammil242 Muzzammil242 released this 16 Aug 23:15
· 39 commits to main since this release

Fixes from an independent code review; thanks to its author.

  • Indexes whose GENERATED flag arrives NULL from a partial dump no
    longer silently escape the function-based and global-index rules.
  • The effort baseline no longer scales per table: environments and
    cutover scaffolding do not grow linearly with table count, and at
    estate scale the old rate produced an indefensible number. The
    baseline is flat; per-object work stays in schema conversion where
    it belongs.
  • The effort rates are described as what they are: the author's
    field defaults, uncited and visible, to be calibrated per
    engagement.
  • The import boundary check now also covers the commercial report
    package, so deterministic code cannot grow a dependency on it.
  • orafce is credited on the rules it genuinely helps: UTL_FILE,
    DBMS_OUTPUT, and DECODE.
  • A hand-mangled numeric field in a dump degrades to a missing value
    instead of aborting the load, and pgrecon load says out loud that
    it replaces an existing database file.
  • The SQL% fallback grep no longer matches PLSQL%.