randolf.ca
1.00
Randolf Richardson's C++ classes
|
Exception handling of system errors, such as "insufficient memory" that can occur when libpq
attempts to allocate resources but ::malloc
fails because the system doesn't have enough mamory to spare. (If this occurs, it is also likely that there are other parts of the system that are failing.)
More...
#include <pq/errors>
Public Member Functions | |
system (const char *what) | |
system (const std::string &what) | |
Exception handling of system errors, such as "insufficient memory" that can occur when libpq
attempts to allocate resources but ::malloc
fails because the system doesn't have enough mamory to spare. (If this occurs, it is also likely that there are other parts of the system that are failing.)