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 118bf5b commit 72cbc59Copy full SHA for 72cbc59
src/backend/nodes/list.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.63 2004/12/31 21:59:55 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.64 2005/03/17 05:47:01 neilc Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -381,7 +381,7 @@ list_truncate(List *list, int new_size)
381
382
/*
383
* Locate the n'th cell (counting from 0) of the list. It is an assertion
384
- * error if there isn't one.
+ * failure if there is no such cell.
385
386
static ListCell *
387
list_nth_cell(List *list, int n)
0 commit comments