File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22 Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33
4- Last updated: Thu Jan 3 03:20:49 EST 2002
4+ Last updated: Fri Feb 1 15:22:54 EST 2002
55
66 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77
@@ -572,7 +572,7 @@ typedef struct nameData
572572 loop through list, assigning each list element to i. It is
573573 important to note that i is a List *, not the data in the List
574574 element. You need to use lfirst(i) to get at the data. Here is
575- a typical code snipped that loops through a List containing Var
575+ a typical code snippet that loops through a List containing Var
576576 *'s and processes each one:
577577
578578List *i, *list;
Original file line number Diff line number Diff line change 1212 < H1 > Developer's Frequently Asked Questions (FAQ) for
1313 PostgreSQL</ H1 >
1414
15- < P > Last updated: Thu Jan 3 03:20:49 EST 2002</ P >
15+ < P > Last updated: Fri Feb 1 15:22:54 EST 2002</ P >
1616
1717 < P > Current maintainer: Bruce Momjian (< A href =
1818 "mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -687,7 +687,7 @@ <H3><A name="2.3">2.3</A>) Why do we use <I>Node</I> and <I>List</I> to
687687 < I > i.</ I > It is important to note that < I > i</ I > is a List *,
688688 not the data in the < I > List</ I > element. You need to use
689689 < I > lfirst(i)</ I > to get at the data. Here is a typical code
690- snipped that loops through a List containing < I > Var *'s</ I >
690+ snippet that loops through a List containing < I > Var *'s</ I >
691691 and processes each one:
692692< PRE >
693693< CODE > List *i, *list;
You can’t perform that action at this time.
0 commit comments