pg_get_functiondef(oid) does not return the PARALLEL indicators.
Attached a small patch to have pg_get_functiondef actually add these
indicators, using commit 7aea8e4f2 (pg_dump.c) as a guide.
The logic is the same as with the volatility: we only append non-default
indicators.
Feike Steenbergen