Parallel indicators not written by pg_get_functiondef - Mailing list pgsql-hackers

From Feike Steenbergen
Subject Parallel indicators not written by pg_get_functiondef
Date
Msg-id CAK_s-G177c6n1NPpy5NV_URF1+ceR_YE=4_sPg_YtLqupGF=Vg@mail.gmail.com
Whole thread Raw
Responses Re: Parallel indicators not written by pg_get_functiondef  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW
Next
From: Etsuro Fujita
Date:
Subject: Re: Postgres_fdw join pushdown - INNER - FULL OUTER join combination generating wrong result