Re: Obsolete fmgr() declaration in fmgr.h

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Obsolete fmgr() declaration in fmgr.h
Date: 2018-02-07 13:46:18
Message-ID: CA+TgmoZa7PeKd3FQehA8oNwKefBYA3pkYc28aD3zy7F3AkMi1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 6, 2018 at 9:37 AM, Dagfinn Ilmari Mannsåker
<ilmari(at)ilmari(dot)org> wrote:
> Commit 5ded4bd21403e143dd3eb66b92d52732fdac1945 removed support for
> version-0 function calling convention, and with it the fmgr() function.
> However, the declaration was left behind in fmgr.h. The attached patch
> finishes the cleanup.

Committed.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-02-07 13:47:18 Re: [HACKERS] path toward faster partition pruning
Previous Message Ashutosh Bapat 2018-02-07 13:37:44 Re: [HACKERS] path toward faster partition pruning