mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
New alloc set code using a memory block pool for small allocations.
Jan
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Makefile for nodes
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.6 1998/04/06 00:23:00 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.7 1999/02/06 16:50:24 wieck Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -14,8 +14,8 @@ include ../../Makefile.global
|
||||
CFLAGS += -I..
|
||||
|
||||
OBJS = nodeFuncs.o nodes.o list.o \
|
||||
copyfuncs.o equalfuncs.o makefuncs.o outfuncs.o readfuncs.o \
|
||||
print.o read.o
|
||||
copyfuncs.o equalfuncs.o freefuncs.o makefuncs.o outfuncs.o \
|
||||
readfuncs.o print.o read.o
|
||||
|
||||
all: SUBSYS.o
|
||||
|
||||
|
||||
1381
src/backend/nodes/freefuncs.c
Normal file
1381
src/backend/nodes/freefuncs.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user