Re: Obsolete fmgr() declaration in fmgr.h
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-02-07T13:46:18Z
Lists: pgsql-hackers
On Tue, Feb 6, 2018 at 9:37 AM, Dagfinn Ilmari Mannsåker <ilmari@ilmari.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
Commits
-
Remove prototype for fmgr() function, which no longer exists.
- 4815dfa10f4d 11.0 landed
-
Remove support for version-0 calling conventions.
- 5ded4bd21403 10.0 cited