From 0a7fb4e9184539afcb6fed0f1d2bc0abddc2b0a6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 28 May 2000 17:56:29 +0000 Subject: First round of changes for new fmgr interface. fmgr itself and the key call sites are changed, but most called functions are still oldstyle. An exception is that the PL managers are updated (so, for example, NULL handling now behaves as expected in plperl and plpgsql functions). NOTE initdb is forced due to added column in pg_proc. --- src/interfaces/libpq/Makefile.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index 7e384345929..a5c43a45124 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.57 2000/05/27 04:13:05 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.58 2000/05/28 17:56:25 tgl Exp $ # #------------------------------------------------------------------------- @@ -70,15 +70,6 @@ big5.c: $(SRCDIR)/backend/utils/mb/big5.c endif -# The following rules cause dependencies in the backend directory to -# get made if they don't exist, but don't cause them to get remade if they -# are out of date. -fe-lobj.o: $(SRCDIR)/backend/fmgr.h - -$(SRCDIR)/backend/fmgr.h: - $(MAKE) -C $(SRCDIR)/backend fmgr.h - - .PHONY: install install-headers install: install-headers install-lib $(install-shlib-dep) -- cgit v1.2.3