Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rafia Sabih <rafia(dot)sabih(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages.
Date: 2017-03-29 15:07:18
Message-ID: CA+Tgmoa3WFpV3ZiFiU80c7MNU6W0FQ3Uz6kz3W7aQ=h3FYmNxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Mar 29, 2017 at 12:02 AM, Rafia Sabih
<rafia(dot)sabih(at)enterprisedb(dot)com> wrote:
> On Tue, Mar 28, 2017 at 9:05 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> OK, but don't pg_event_trigger_dropped_objects and
>> pg_event_trigger_ddl_commands need the same treatment?
>>
> Done.
> I was only concentrating on the build farm failure cases, otherwise I
> think more work might be required in this direction.

Sure, but there's some happy medium between checking every line in
pg_proc.h for an error and checking nothing other than the functions
immediately. In this case, there's a group of 4 similarly-named
functions with a similar problem and you changed only the middle two.
Trying to audit the entire file for other mistakes is probably a
fruitless response to this discovery, but auditing the other functions
defined in the same file and with the same naming pattern as the one
you changed seems like something you should do.

Anyway, thanks for debugging this. Committed this version.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-03-29 17:02:56 pgsql: Simplify check of modified attributes in heap_update
Previous Message Robert Haas 2017-03-29 15:04:54 pgsql: Mark more functions parallel-restricted.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2017-03-29 15:08:41 Re: PATCH: pageinspect / add page_checksum and bt_page_items(bytea)
Previous Message Paul Jungwirth 2017-03-29 15:05:23 Re: Postgres Permissions Article