Unlike a recently reported similar issue, executing the following ALTER TABLE on the regression database crashes Postgres (master).
Admittedly it doesn't do anything constructive (and am new to the tool), but do let me know if such reports are interesting and / or if you need more details for reproduction.
ubuntu@laptop:~$ psql -c "begin; ALTER TABLE ONLY public.xacttest ALTER COLUMN a SET DATA TYPE TEXT USING public.max_xacttest(); ROLLBACK;" tempdel server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. connection to server was lost ubuntu@laptop:~$ sleep 5 && psql -c "SELECT 1;" tempdel ?column? ---------- 1 (1 row)