Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -N -r1.94 -r1.95 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 27 Mar 2018 12:22:17 -0000 1.94 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 4 Apr 2018 08:11:26 -0000 1.95 @@ -2246,7 +2246,7 @@ # queries in the on_error block would then fail. # # Note that the semantics described in the proc doc - # are not possible to support on postresql. + # are not possible to support on postgresql. # DRB: I removed the db_release_unused_handles call that # this patch included because additional aborts further