Update of /cvsroot/pypgsql/pypgsql
In directory sc8-pr-cvs1:/tmp/cvs-serv5767
Modified Files:
pgnotify.c
Log Message:
14JUL2003 bga Corrected a date (2002 -> 2003) in the flower box.
Index: pgnotify.c
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/pgnotify.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pgnotify.c 29 May 2003 01:39:21 -0000 1.7
--- pgnotify.c 14 Jul 2003 21:27:38 -0000 1.8
***************
*** 30,34 ****
| Date Ini Description |
| --------- --- ------------------------------------------------------- |
! | 28MAY2002 bga Fixed a bug in the code. The code in question use to |
| work, but doesn't anymore (possible change to libpq?). |
| 06SEP2001 bga Clarified an embedded assignment within an if test. |
--- 30,34 ----
| Date Ini Description |
| --------- --- ------------------------------------------------------- |
! | 28MAY2003 bga Fixed a bug in the code. The code in question use to |
| work, but doesn't anymore (possible change to libpq?). |
| 06SEP2001 bga Clarified an embedded assignment within an if test. |
|