projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5311b
)
ifdef out append().
author
Bruce Momjian
<bruce@momjian.us>
Mon, 22 Feb 1999 17:29:57 +0000
(17:29 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 22 Feb 1999 17:29:57 +0000
(17:29 +0000)
src/backend/nodes/list.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/list.c
b/src/backend/nodes/list.c
index 122b9a56c1fc87f74cd7124c22ef8fe9e0898ccb..ede4bbbb22e8cba06950e2b623ec8e1f8e04c06b 100644
(file)
--- a/
src/backend/nodes/list.c
+++ b/
src/backend/nodes/list.c
@@
-285,6
+285,7
@@
freeList(List *list)
}
}
+#ifdef NOT_USED
/*
* below are for backwards compatibility
*/
@@
-306,6
+307,7
@@
append(List *l1, List *l2)
lnext(p) = newlist2;
return newlist;
}
+#endif
#ifdef NOT_USED
/*