2020-01-24 10:26:32.684 CET [15120] admin@bara LOG:  could not receive data from client: Connection reset by peer
2020-01-24 10:26:32.684 CET [15120] admin@bara LOG:  unexpected EOF on client connection with an open transaction
2020-01-24 10:26:32.684 CET [6346] LOG:  server process (PID 15114) was terminated by signal 11: Segmentation fault
2020-01-24 10:26:32.684 CET [6346] DETAIL:  Failed process was running: UPDATE bara_fdw.person SET (age) = (
	    SELECT age
	        FROM person
	        WHERE bara_fdw.person.name = person.name
	);
2020-01-24 10:26:32.684 CET [6346] LOG:  terminating any other active server processes
2020-01-24 10:26:32.684 CET [14718] WARNING:  terminating connection because of crash of another server process
2020-01-24 10:26:32.684 CET [14718] DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2020-01-24 10:26:32.684 CET [14718] HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2020-01-24 10:26:32.685 CET [15122] postgres@adam FATAL:  the database system is in recovery mode
2020-01-24 10:26:32.685 CET [15120] admin@bara WARNING:  terminating connection because of crash of another server process
2020-01-24 10:26:32.685 CET [15120] admin@bara DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2020-01-24 10:26:32.685 CET [15120] admin@bara HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2020-01-24 10:26:32.686 CET [6346] LOG:  all server processes terminated; reinitializing
2020-01-24 10:26:32.700 CET [15123] LOG:  database system was interrupted; last known up at 2020-01-24 10:22:48 CET
2020-01-24 10:26:33.204 CET [15123] LOG:  database system was not properly shut down; automatic recovery in progress
2020-01-24 10:26:33.208 CET [15123] LOG:  redo starts at 0/1926F18
2020-01-24 10:26:33.208 CET [15123] LOG:  invalid record length at 0/1926F50: wanted 24, got 0
2020-01-24 10:26:33.208 CET [15123] LOG:  redo done at 0/1926F18
2020-01-24 10:26:33.256 CET [6346] LOG:  database system is ready to accept connections
