obsolete code - Mailing list pgsql-hackers

From Andrew Dunstan
Subject obsolete code
Date
Msg-id 510BC6C2.6020903@dunslane.net
Whole thread Raw
Responses Re: obsolete code  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
fmgr.c contains this:
   /*     * !!! OLD INTERFACE !!!     *     * fmgr() is the only remaining vestige of the old-style caller support
*functions.  It's no longer used anywhere in the Postgres   distribution,     * but we should leave it around for a
releaseor two to ease the   transition     * for user-supplied C functions.  OidFunctionCallN() replaces it   for new
 * code.     *     * DEPRECATED, DO NOT USE IN NEW CODE     */
 

which git tells me dates from:
   48165ec2    (  Tom Lane 2000-06-05 07:29:25 +0000 2080)


Should we just drop all support for the old interface now?

cheers

andrew



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: proposal: enable new error fields in plpgsql (9.4)
Next
From: Andres Freund
Date:
Subject: Re: Back-branch update releases coming in a couple weeks