1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

fmgr_faddr cleanup

This commit is contained in:
Bruce Momjian
1998-01-31 05:31:03 +00:00
parent 63d5fd177a
commit 32305d8c51
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.12 1998/01/31 05:22:43 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.13 1998/01/31 05:31:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -33,9 +33,6 @@
#include "commands/trigger.h"
/* We don't make this static so fmgr_faddr() macros can access it */
FmgrInfo *fmgr_pl_finfo;
static char *
fmgr_pl(char *arg0, ...)
{