mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	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.
This commit is contained 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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user