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

Commit01ec673

Browse files
committed
ifdef out append().
1 parent9aa7e89 commit01ec673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/nodes/list.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.19 1999/02/2206:08:47 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.20 1999/02/2217:29:57 momjian Exp $
1111
*
1212
* NOTES
1313
* XXX a few of the following functions are duplicated to handle
@@ -285,6 +285,7 @@ freeList(List *list)
285285
}
286286
}
287287

288+
#ifdefNOT_USED
288289
/*
289290
* below are for backwards compatibility
290291
*/
@@ -306,6 +307,7 @@ append(List *l1, List *l2)
306307
lnext(p)=newlist2;
307308
returnnewlist;
308309
}
310+
#endif
309311

310312
#ifdefNOT_USED
311313
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp