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
{{ message }}
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
I have built the peloton according to the developer instruction guide, while when I launch the client using psql "sslmode=disable" -U default_table -h localhost -p 15721 and create and insert tuple table as follow, the server crashes abnormally
CREATE TABLE foo (id INT PRIMARY KEY, val VARCHAR(32) DEFAULT NULL);
INSERT INTO foo VALUES (0, 'Cappadonna');
when inserting the tuple, the server's error is as follow,