diff options
| author | Tom Lane | 2000-05-28 17:56:29 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-05-28 17:56:29 +0000 |
| commit | 0a7fb4e9184539afcb6fed0f1d2bc0abddc2b0a6 (patch) | |
| tree | affcce1c5b6367468fb6dcfd2790585f2e967629 /src/interfaces | |
| parent | 5005bb060b3f3a82cd1bd662c7f8946c9be59db5 (diff) | |
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.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
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) |
