[HACKERS] STILL LACKING: CVS tag for release 7.2.1

2002-05-05 Thread Jack Bates
I'm using: CVSROOT=:pserver:[EMAIL PROTECTED]:/projects/cvsroot Still no tag for 7.2.1. Could I (again) request that a tag be set for the current public release of this product? Cheers. -- Jack Bates Portland, OR, USA http://www.floatingdoghead.net Got privacy? My PGP key:

[HACKERS] PATCH SSL_pending() checks in libpq/fe-misc.c

2002-05-02 Thread Jack Bates
ibrary buffering read bytes */ > #ifdef USE_SSL > if (forRead && conn->ssl && SSL_pending(conn->ssl) > 0) > { > /* short-circuit the select */ > return 0; > } > #endif _Of_course_ I am just fine with this patch being under a