You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in pgespresso lacks basic safety checks against incorrect usage, and is trivial to crash the server hard with. For example, running any of the stop commands in a fresh database where nothing has been done already:
postgres=# select pgespresso_abort_backup();
The connection to the server was lost. Attempting reset: Failed.
Or
postgres=# select pgespresso_stop_backup('foo');
The connection to the server was lost. Attempting reset: Failed.
The text was updated successfully, but these errors were encountered:
The code in pgespresso lacks basic safety checks against incorrect usage, and is trivial to crash the server hard with. For example, running any of the stop commands in a fresh database where nothing has been done already:
Or
The text was updated successfully, but these errors were encountered: