We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7e89 commit 01ec673Copy full SHA for 01ec673
src/backend/nodes/list.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.19 1999/02/22 06:08:47 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.20 1999/02/22 17:29:57 momjian Exp $
11
12
* NOTES
13
* XXX a few of the following functions are duplicated to handle
@@ -285,6 +285,7 @@ freeList(List *list)
285
}
286
287
288
+#ifdef NOT_USED
289
/*
290
* below are for backwards compatibility
291
*/
@@ -306,6 +307,7 @@ append(List *l1, List *l2)
306
307
lnext(p) = newlist2;
308
return newlist;
309
310
+#endif
311
312
#ifdef NOT_USED
313
0 commit comments