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
This might have been going on for a while so have to revisit. It shows green which is misleading hiding the fact it crashes.
No noeed to do anything about it just yet, I'll confirm my crash on my local pc first.
Problem
psql:../../pgtap/max_flow/maxCardinalityMatch/edge_cases.pg:66: WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated signature on v3.4.0
psql:../../pgtap/max_flow/maxCardinalityMatch/edge_cases.pg:66: WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated signature on v3.4.0
psql:../../pgtap/max_flow/maxCardinalityMatch/edge_cases.pg:70: WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated signature on v3.4.0
psql:../../pgtap/max_flow/maxCardinalityMatch/edge_cases.pg:71: WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated signature on v3.4.0
psql:../../pgtap/metrics/betweennessCentrality/edge_cases.pg:279: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
psql:../../pgtap/metrics/betweennessCentrality/edge_cases.pg:279: fatal: connection to server was lost
psql: error: connection to server at "localhost" (::1), port 20464 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
psql: error: connection to server at "localhost" (::1), port 20464 failed: FATAL: the database system is in recovery mode
psql: error: connection to server at "localhost" (::1), port 20464 failed: FATAL: the database system is in recovery mode
Okay seems to be an issue on at least PostgreSQL 17 too the same the location of crash. PG15 for some reason didn't test so have to investigate that. The others are still processing.
This might have been going on for a while so have to revisit. It shows green which is misleading hiding the fact it crashes.
No noeed to do anything about it just yet, I'll confirm my crash on my local pc first.
Problem
psql: error: connection to server at "localhost" (::1), port 20464 failed: FATAL: the database system is in recovery mode
The text was updated successfully, but these errors were encountered: