The most recent version of this document can be viewed at
- http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html.
+ http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
_________________________________________________________________
General Questions
Other than documentation in the source tree itself, you can find some
papers/presentations discussing the code at
- http://developers.postgresql.org.
+ http://developer.postgresql.org.
1.6) I've developed a patch, what next?
a typical code snippet that loops through a List containing Var
*'s and processes each one:
- List *list;
+ List *list;
ListCell *i;
foreach(i, list)