Change #6962
Category | None |
Changed by | Mike Rylander <mrylander | @gmail.com>
Changed at | Wed 10 Jun 2020 15:29:16 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 3a2e51f8b637cd3b3020767728dd6cf889fb2922 |
Comments
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>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg.pm