Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1080d1

Browse files
committed
Remove freefuncs.c, which hasn't been used in a long time and is not
worth the effort to continue to maintain. Since freeObject() is notcapable of coping with cases like multiple links to a node, it'sunlikely that it ever will be useful again. We now have memorycontext management that offers a faster and more reliable way ofgetting rid of arbitrary node trees (at the cost of having to knowin advance of building the tree that you'll want to get rid of it).
1 parentfeb48f4 commitd1080d1

File tree

2 files changed

+4
-1338
lines changed

2 files changed

+4
-1338
lines changed

‎src/backend/nodes/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for nodes
4+
# Makefile forbackend/nodes
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.11 2000/05/2905:44:47 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.12 2000/06/2902:26:23 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR = ../..
1212
include$(SRCDIR)/Makefile.global
1313

1414
OBJS = nodeFuncs.o nodes.o list.o\
15-
copyfuncs.o equalfuncs.ofreefuncs.omakefuncs.o outfuncs.o\
16-
readfuncs.o print.o read.o
15+
copyfuncs.o equalfuncs.o makefuncs.o\
16+
outfuncs.oreadfuncs.o print.o read.o
1717

1818
all: SUBSYS.o
1919

@@ -29,4 +29,3 @@ clean:
2929
ifeq (depend,$(wildcard depend))
3030
include depend
3131
endif
32-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp