Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1c8de4

Browse files
committed
Update FAQ_DEV.
1 parent a4cf22c commit b1c8de4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ_DEV

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

578578
List *i, *list;

doc/src/FAQ/FAQ_DEV.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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;

0 commit comments

Comments
 (0)