]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1882937: Comment and dead-code cleanup
authorMike Rylander <mrylander@gmail.com>
Wed, 10 Jun 2020 19:29:16 +0000 (15:29 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 10 Jun 2020 19:29:16 +0000 (15:29 -0400)
commit3a2e51f8b637cd3b3020767728dd6cf889fb2922
treeab60b32f566213daa530833a86e61e9d39da959c
parentbc45adbe96a8517914abcb99e90ba5a2bb5590cc
LP#1882937: Comment and dead-code cleanup

Adjust comments in Storage::Driver::Pg to remove references to
Class::DBI::Replication, which we did not end up using.

Also remove a commented-out sub that purported to make use of a function
that did not exist in the home-grown multi-db implementation.

NOTE: While unused, the multi-db implementation in Storage::Driver::Pg
intelligently decides when to use a read-only secondary based on the
existence of a transaction or the "write-iness" state controlled by the
caller, and does not require separate main (or primary) and secondary
db lists.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg.pm