]> granicus.if.org Git - postgresql/commit
From: Darren King <darrenk@insightdist.com>
authorMarc G. Fournier <scrappy@hub.org>
Sat, 28 Feb 1998 23:37:10 +0000 (23:37 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 28 Feb 1998 23:37:10 +0000 (23:37 +0000)
commit5b3e78afe3b207e5db91853f03a90f37e0fdb35f
tree9904735ba334a92da8f276e042cd3be7d1c7b53c
parentbc58c5867df7d9ab3277e0ae1399d5dabb0308a8
From: Darren King <darrenk@insightdist.com>

Seem to remember someone posting to one of the lists a while back
that the tutorial code wouldn't compile and/or run.  Found four
problems with it that will let it run.

1. Tutorial makefile had a recursive use of DLOBJS.

2. Some tutorial needed semi-colons added to many statements.

3. Complex tutorial didn't clean up after itself.

4. Advanced had a time-travel example.  Commented it out and
   put a line pointing the user to contrib/spi/README.
src/tutorial/Makefile
src/tutorial/advanced.source
src/tutorial/complex.source
src/tutorial/syscat.source