Parallel indicators not written by pg_get_functiondef

From: Feike Steenbergen <feikesteenbergen(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Parallel indicators not written by pg_get_functiondef
Date: 2016-04-15 11:48:24
Message-ID: CAK_s-G177c6n1NPpy5NV_URF1+ceR_YE=4_sPg_YtLqupGF=Vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
add_parallel_indicators_to_get_functiondef.patch application/octet-stream 656 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2016-04-15 12:00:34 Re: Postgres_fdw join pushdown - INNER - FULL OUTER join combination generating wrong result
Previous Message Etsuro Fujita 2016-04-15 11:25:54 Re: Optimization for updating foreign tables in Postgres FDW